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
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
> 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
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
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
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
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