Initial Home page

master
Ranjith 2016-03-19 21:11:47 +05:30
commit 340ae0ad65
1 changed files with 12 additions and 0 deletions

12
Home.md Normal file

@ -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