Tomcat clustering with Redis data-cache implementation version-2 changes initial commit..
parent
0ca06de241
commit
c8f8aba55c
|
@ -20,3 +20,4 @@
|
|||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/target/
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -34,7 +34,7 @@
|
|||
</dependency>
|
||||
|
||||
<!-- For local development -->
|
||||
<dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>apache-tomcat</groupId>
|
||||
<artifactId>catalina</artifactId>
|
||||
<version>apache-tomcat-8.5.16</version>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<groupId>apache-tomcat</groupId>
|
||||
<artifactId>tomcat-api</artifactId>
|
||||
<version>apache-tomcat-8.5.16</version>
|
||||
</dependency>
|
||||
</dependency> -->
|
||||
<!-- For local development end.. -->
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ Pre-requisite:
|
|||
2. commons-pool2.jar
|
||||
3. commons-logging.jar
|
||||
|
||||
more details.. https://github.com/ran-jit/TomcatClusterRedisSessionManager/wiki
|
||||
more details.. https://github.com/ran-jit/tomcat-cluster-redis-session-manager/wiki
|
||||
|
||||
Steps to be done,
|
||||
1. Move the downloaded jars to tomcat/lib directory
|
||||
|
|
Loading…
Reference in New Issue