From e3db943b104e40d59beddaf1df621a1eb799b9d9 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 29 Aug 2018 21:15:36 +0300 Subject: [PATCH 1/2] 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 d54c56d78..b99ba3f5e 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -29,7 +29,7 @@ Usage * `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `sharedSession` - share session across multiple deployed applications. Appropriate for migration EAR based application with multiple WARs. Works only in `readMode=REDIS`. + `sharedSession` - share session across multiple deployed applications. Appropriate solution for migration of EAR based application with multiple WARs hosted previously on JBoss, Weblogic... Works only in `readMode=REDIS`. This option available only in [Redisson PRO](http://redisson.pro) edition. * `false` - don't share single session. Default mode. From 8712c7dd07dfb53b386a4980098f7f2f16d331e1 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 29 Aug 2018 21:16:03 +0300 Subject: [PATCH 2/2] 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 b99ba3f5e..798ea20a7 100644 --- a/redisson-tomcat/README.md +++ b/redisson-tomcat/README.md @@ -29,7 +29,7 @@ Usage * `AFTER_REQUEST` - all session attributes are stored into Redis after each request.
- `sharedSession` - share session across multiple deployed applications. Appropriate solution for migration of EAR based application with multiple WARs hosted previously on JBoss, Weblogic... Works only in `readMode=REDIS`. + `sharedSession` - share session across multiple deployed applications. Appropriate solution for migration of EAR based application with multiple WARs hosted previously on JBoss, WebLogic... Works only in `readMode=REDIS`. This option available only in [Redisson PRO](http://redisson.pro) edition. * `false` - don't share single session. Default mode.