Re: Load balancing and sticky sessions

2009-04-24 Thread Rainer Jung
On 24.04.2009 09:29, Tom Cooper wrote: > Ben Stringer wrote: >>> Hi all, >>> >>> I have two servers, each running 5 instances of Tomcat and apache. I >>> need to do load balancing between them with sticky sessions. The load >>> balancing seems to work but not the sticky sessions. I am using mod_ajp

Re: Load balancing and sticky sessions

2009-04-24 Thread Tom Cooper
Ben Stringer wrote: Hi all, I have two servers, each running 5 instances of Tomcat and apache. I need to do load balancing between them with sticky sessions. The load balancing seems to work but not the sticky sessions. I am using mod_ajp. I see that mod_jk is recommended but that means modifyin

Re: Load balancing and sticky sessions

2009-04-24 Thread Ben Stringer
> Hi all, > > I have two servers, each running 5 instances of Tomcat and apache. I > need to do load balancing between them with sticky sessions. The load > balancing seems to work but not the sticky sessions. I am using mod_ajp. > I see that mod_jk is recommended but that means modifying the tomca

Load balancing and sticky sessions

2009-04-23 Thread Tom Cooper
Hi all, I have two servers, each running 5 instances of Tomcat and apache. I need to do load balancing between them with sticky sessions. The load balancing seems to work but not the sticky sessions. I am using mod_ajp. I see that mod_jk is recommended but that means modifying the tomcat conf

Re: load balancing and sticky sessions

2008-07-17 Thread nch
AIL PROTECTED]> To: Tomcat Users List 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..sticky_session=false On Thu, Jul 17, 2008 at 4:24 PM, nch <[EMAIL PROTECTED]> wrote: > Hi, there

Re: load balancing and sticky sessions

2008-07-17 Thread Pavan Singaraju
Set your session stickiness attribute to false. e.g.: worker..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 st

load balancing and sticky sessions

2008-07-17 Thread nch
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