Hi All, I am trying to do tomcat clustering using tomcat 5.0.19 using mod_jk connector for Apache 2. I am stuck up in a problem for quite some time. I am able to run the sample application in my setup and the clustering and session replication works fine.
But when I run my application in the cluster it bombs. The test scenarios is like this, We hvve tried using "poolable" and "synchronous" mode.
The session object in is not getting replicated and is request.getSession(false) gives null value. The same scenario is working fine on the sample application. I think Cluster setup is fine because sample application
Can you please tell us the reason of trace that is seeen on tomcat console when cluster nodes try to communicate to each other.
Is there any adverse impact of the following on session replication in clustering scenario:
1. usage of encodeURL (URL rewriting) 2. usage of large objects in session 3. usage of cookies
I have attached the server.xml, web.xml and workers.properties.
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)