File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,11 @@ Add the following into your Tomcat context.xml (or the context block of the serv
47
47
48
48
The Valve must be declared before the Manager.
49
49
50
- Copy the tomcat-redis-session-manager.jar and jedis-2.0.0.jar files into the ` lib ` directory of your Tomcat installation.
50
+ Copy the following files into the ` TOMCAT_BASE/lib ` directory:
51
+
52
+ * tomcat-redis-session-manager-VERSION.jar
53
+ * jedis-2.5.2.jar
54
+ * commons-pool2-2.2.jar
51
55
52
56
Reboot the server, and sessions should now be stored in Redis.
53
57
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ repositories {
8
8
dependencies {
9
9
compile group : ' org.apache.tomcat' , name : ' tomcat-catalina' , version : ' 7.0.27'
10
10
compile group : ' redis.clients' , name : ' jedis' , version : ' 2.5.2'
11
+ compile group : ' org.apache.commons' , name : ' commons-pool2' , version : ' 2.2'
11
12
// compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
12
13
// testCompile group: 'junit', name: 'junit', version: '4.+'
13
14
}
You can’t perform that action at this time.
0 commit comments