From 0429d9e69c7ae82f5aaa321b92b4a47d5c737832 Mon Sep 17 00:00:00 2001 From: Ranjith Date: Sat, 19 Mar 2016 21:47:06 +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 9b15f0d..97484b3 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. Download and configure Redis credentials in RedisDataCache.properties file and move the file to tomcat/conf directory +3. Configure downloaded 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