# tomcat-redis-session-manager **Repository Path**: huanghuanlai/tomcat-redis-session-manager ## Basic Information - **Project Name**: tomcat-redis-session-manager - **Description**: tomcat redis会话共享(用于集群) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://qikeke.net - **GVP Project**: No ## Statistics - **Stars**: 41 - **Forks**: 16 - **Created**: 2015-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Redis Session Manager for Apache Tomcat7 (tomcat7会话共享)




**以下是tomcat/conf/content.xml 中的配置**
``` ```

**复制以下这些包(/WebContent/WEB-INF/lib)到/tomcat/lib目录中:**

commons-logging-1.1.3.jar
tomcat-redis-session-manage-tomcat7.jar
jedis-2.5.2.jar
commons-pool2-2.2.jar
tomcat-juli.jar

启动redis并启动tomcat.