If, for instance, I have 3 tomcats and one apache/mod_jk on the front end. Two of them balanced and the other one not balanced. Would session replication work for the tree of them or just for the balanced ones?
Thanks in advance. ----- Original Message ---- From: Pavan Singaraju <[EMAIL PROTECTED]> To: Tomcat Users List <users@tomcat.apache.org> Sent: Thursday, July 17, 2008 1:51:43 PM Subject: Re: load balancing and sticky sessions Set your session stickiness attribute to false. e.g.: worker.<loadbalancer defined>.sticky_session=false On Thu, Jul 17, 2008 at 4:24 PM, nch <[EMAIL PROTECTED]> wrote: > Hi, there. > I'm reading http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html > It says "Make sure that your loadbalancer is configured for sticky session > mode". > I have the requirement of an apache/mod_jk load balanced tomcat cluster > using session replication without session stickyness. Is this possible? > I'm running tomcat 6.0.13 and apache 1.3.37. > > Regards. > > > >