From 3af0958cbdca1f9909a09d6d58091a3a803a53f8 Mon Sep 17 00:00:00 2001 From: Ranjith Manickam Date: Fri, 28 Jul 2017 14:58:03 +0530 Subject: [PATCH] Destroyed Downloads (markdown) --- Downloads.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Downloads.md diff --git a/Downloads.md b/Downloads.md deleted file mode 100644 index 31c2474..0000000 --- a/Downloads.md +++ /dev/null @@ -1,17 +0,0 @@ -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, both redis stand-alone and multiple node cluster based on the redis-data-cache.properties configuration. - -Going forward, we no need to enable sticky session (JSESSIONID) in Load balancer. - -### Supports: -* Apache Tomcat 7 -* Apache Tomcat 8 - -### Downloads: -* 2.x - * [**2.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1.1) -* 1.x - * [**1.1.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1.1) - * [**1.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.1) - * [**1.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/1.0)