Re: Help with Tomcat 5.5 mod_jk 1.2.20 loadbalancing sticky session issue

2007-01-09 Thread Carlos Campos
Thank You for your quick reply!! that was it, it works now Carlos. Original Message Follows From: Rainer Jung <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Help with Tomcat 5.5 mod_jk 1.2.20 loadbalancing sticky session issue D

Re: Help with Tomcat 5.5 mod_jk 1.2.20 loadbalancing sticky session issue

2007-01-09 Thread Rainer Jung
This one is easy: you've got a twist in the routing config: mod_jk: jvm1=port 18007, jvm2=port 18009 Tomcat: jvm1=port 18009, jvm1=port 18007 Hope this helps, have fun with mod_jk :) Rainer Carlos Campos schrieb: > Hi, > > I have installed one instance of apache 2.2.3 with mod_jk 1.2.20, two >

Help with Tomcat 5.5 mod_jk 1.2.20 loadbalancing sticky session issue

2007-01-09 Thread Carlos Campos
Hi, I have installed one instance of apache 2.2.3 with mod_jk 1.2.20, two instances of tomcat 5.5, and Java 1.5.0 I m trying to set up a loadbalancer that supports sticky sessions. However what I m getting when i access the test.jsp via (http://somedomain.com/carlos.jsp) round robin hits on t