Load balancing and sticky sessions

2009-04-24 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

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 tomcat

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

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. I see

Re: Directed Load Balancing with Sticky Sessions

2009-04-21 Thread Rainer Jung
On 21.04.2009 07:48, Mike Duffy wrote: I've read through the load balancing info in the docs: Using Apache HTTP Server 2.x with mod_proxy What I would like to do is have users sign in on one server and then, based on geographic characteristics, redirect them to another server. If I

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

Re: load balancing and sticky sessions

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

Re: load balancing and sticky sessions

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