You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chen Li <Ch...@qsipayments.com> on 2001/04/18 05:22:25 UTC

Load balancing with sticky sessions

Hi,
 
I am having problems with tomcat 3.2.1 sticky session feature.  Currently my
configuration is having one machine running as the webserver (apache)
machine and the other two machines running one tomcat on each. Our
application has already implemented session cookies but mod_jk doesn't add
the cookie trailer to determine which tomcat worker instance owns the
cookie. The consequence is when the next request comes in with the right
session cookie it gets routed to the wrong worker.  
 
Having searched the mailing list archive, I understand some of you have the
same problem. If you have solved the problem or have had any experience in
implementing a similar system, please help !!! 
 
Thanks in advance.
 
Chen