Is Tomcat Shared Session / Cluster between two machine possible?
- by Snorri
I have a setup of several Tomcat servers distributed between a few servers, all running the same thing. Apache is on top of Apache and a loadbalancer in front of the Apache servers. I want to cluster the Tomcats using Shared Session to minimize downtime and user interruption while deploying apps.
I know clustering works within the same server but…