We are running 2 tomcat 5.5.20 instances in a Cluster & using Apache
2.2.4 as the load-balancer in the front using mod_jk connectors 1.2.21.
We have implemented the HttpSession to have a Serializable attribute. As
of now the mod_jk connectors are not configured to be Sticky. So
requests from client
Hello
I am using a tomcat clustered environment using two tomcat 5.5.20
servers in the Windows machine. I am using the in-memory replication for
replicating the session. In my code, I have a session attribute that
implements HttpSessionActivationListener interface. I expect this
Listener to be cal