Session replication problem

2012-03-24 Thread Andy Chapman
Thanks for the advice. Upgraded the lowest Tomcat installation and replication is now working perfectly. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Session replication problem

2012-03-22 Thread Andy Chapman
Hi All, I'm using tribes session replication between two Tomcat 7 servers and getting errors as below. There are various possible causes: 1. The Tomcat versions are different (7.0.4 and 7.0.20) 2. The Java versions are different (1.6.0_22 for i386_and 1.6.0_27 for x64) 3. One server is 32 bit

Who gets which request?

2011-09-20 Thread Andy Chapman
I have a Tomcat 7.0.16 install with two WAR based webapps in it. First test case: Two war files in tomcat-home/webapps at startup 1. ROOT.war 2. another.war If I request http://localhost:8080/another/something it goes to the another webapp. Second test case: Two war files in