Updated Home (markdown)
parent
3672b39b0c
commit
f75b6639de
8
Home.md
8
Home.md
|
@ -1,14 +1,14 @@
|
|||
#### **Welcome to the Tomcat Clustering Redis Session Manager wiki!**
|
||||
|
||||
The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.
|
||||
The Redis session manager is a pluggable one. It stores session into Redis for easy distribution of HTTP requests across a cluster of Tomcat servers.
|
||||
|
||||
Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)
|
||||
|
||||
Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.
|
||||
|
||||
Supports Redis default, sentinel and cluster mode, based on the configuration.
|
||||
Supports Redis default, sentinel, and cluster mode, based on the configuration.
|
||||
|
||||
Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.
|
||||
Going forward, we no need to enable sticky sessions (JSESSIONID) in Load Balancer.
|
||||
|
||||

|
||||
|
||||
|
@ -20,6 +20,8 @@ Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer
|
|||
- Apache Tomcat 9
|
||||
|
||||
### Downloads: [](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/wiki)
|
||||
- 4.x
|
||||
- [**4.0**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/4.0)
|
||||
- 3.x
|
||||
- [**3.0.5.1**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/3.0.5.1)
|
||||
- [**3.0.5**](https://github.com/ran-jit/tomcat-cluster-redis-session-manager/releases/tag/3.0.5)
|
||||
|
|
Loading…
Reference in New Issue