From 93975bff4818fe7125b3706971ea38be1408b5f3 Mon Sep 17 00:00:00 2001 From: Ranjith Date: Sat, 19 Mar 2016 21:24:05 +0530 Subject: [PATCH] Tomcat 7 redis cluster session manager Tomcat 7 redis cluster session manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee3743f..9b15f0d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Note: Artifacts are uploaded in downloads section version wise. 2. Add tomcat system property "catalina.base" * **catalina.base="TOMCAT_LOCATION"** -3. Extract downloaded jar (TomcatClusterEnabledRedisSessionManager-1.0.jar) to configure Redis credentials in RedisDataCache.properties file and move the file to tomcat/conf directory +3. Download and configure Redis credentials in RedisDataCache.properties file and move the file to tomcat/conf directory * **tomcat/conf/RedisDataCache.properties** 4. Add the below two lines in tomcat/conf/context.xml