Tomcat clustering with Redis data-cache implementation version-2 changes initial commit..

pull/15/head
Ranjith Manickam 2017-07-28 19:05:46 +05:30
parent 0ca06de241
commit c8f8aba55c
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/target/

View File

@ -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>

View File

@ -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