From 226b5af5ec096fb07a32e85fbdf7d6618f6e8fb8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 8 Mar 2019 13:36:27 +0300 Subject: [PATCH] Update README.md --- redisson-tomcat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-tomcat/README.md b/redisson-tomcat/README.md index 3b8b66b34..d928317af 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -37,7 +37,7 @@ Add `RedissonSessionManager` into `tomcat/conf/context.xml` #### Shared Redisson instance -Each RedissonSessionManager created per Web Application and thus creates own Redisson instance. For multiple applications, using the same Redis setup, amount of Redisson instances could be reduced using JNDI registry: +`RedissonSessionManager` is created per Web Application and thus creates own Redisson instance. For multiple applications, which use the same Redis setup, amount of Redisson instances could be reduced using JNDI registry: 1. Add shared redisson instance produced by `JndiRedissonFactory` into `tomcat/conf/server.xml` in `GlobalNamingResources` tag area: