commit 340ae0ad65e9589977fe29dc97ae9a8036d4baa8 Author: Ranjith Date: Sat Mar 19 21:11:47 2016 +0530 Initial Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..0075c33 --- /dev/null +++ b/Home.md @@ -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