Initial Home page
commit
340ae0ad65
|
@ -0,0 +1,12 @@
|
||||||
|
Tomcat Cluster Redis Session Manager
|
||||||
|
|
||||||
|
Redis session manager is the plug-gable one. It uses to store sessions into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
|
||||||
|
|
||||||
|
It supports Redis cluster and single node based on the tomcat/RedisDataCache.properties configuration.
|
||||||
|
|
||||||
|
Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer.
|
||||||
|
|
||||||
|
### Supports:
|
||||||
|
* Apache Tomcat-7
|
||||||
|
|
||||||
|
### Downloads
|
Loading…
Reference in New Issue