From 340ae0ad65e9589977fe29dc97ae9a8036d4baa8 Mon Sep 17 00:00:00 2001 From: Ranjith Date: Sat, 19 Mar 2016 21:11:47 +0530 Subject: [PATCH] Initial Home page --- Home.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Home.md 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