RE: sticky session failover

2010-03-28 Thread Len Takeuchi
Thanks Chuck. It worked when I put the JvmRouteBinderValve configuration under Host. Regards, Len On Sun, 28 Mar 2010 15:26:22 -0500, Caldarale, Charles R wrote > > From: Len Takeuchi [mailto:ltakeu...@jostleme.com] > > Subject: Re: sticky session failover > > > > I

RE: sticky session failover

2010-03-28 Thread Caldarale, Charles R
> From: Len Takeuchi [mailto:ltakeu...@jostleme.com] > Subject: Re: sticky session failover > > I tried to configure it by putting JvmRouteBinderValve > config inside a Manager To quote from the doc: "A Valve element represents a component that will be inserted into the

Re: sticky session failover

2010-03-28 Thread Len Takeuchi
Hi Mark, >Nope. This was fixed last year: http://svn.apache.org/viewvc? >view=revision&revision=794822 >Mark Thanks very much for you quick response. That's great that JmvRouteBinderValve works with PersistentManager. I tried to configure it by putting JvmRouteBinderValve config inside a Mana

Re: sticky session failover

2010-03-28 Thread Mark Thomas
On 28/03/2010 18:40, Len Takeuchi wrote: > My problem is that I'm not using cluster session replication because my > environment doesn't support multicast. I'm using PersistentManager for > session persistence using jdbc as mentioned. I don't think it is possible > to successfully configure a

RE: sticky session failover

2010-03-28 Thread Len Takeuchi
t that works without a cluster configuration? Is my understanding correct? Regards, Len -Original Message- From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] Sent: March-27-10 5:36 PM To: Tomcat Users List Subject: Re: sticky session failover Len, Do you have a the "nofail

Re: sticky session failover

2010-03-27 Thread Arunkumar Janarthanan
Len, Do you have a the "nofailover" parameter disabled ? this can help users continue served by the working tomcat instances in-case of the tomcat instance which cookie parameter set fails / not available. BalancerMember ajp://prod1:8081 route=app1 BalancerMember ajp://prod2:8081 rout

sticky session failover

2010-03-26 Thread Len Takeuchi
Hello, I have apache load balancing a number of tomcat instances using mod_jk using sticky session. This is all working with the session id having the jvmRoute appended. I am storing the session using persistent manager using jdbc. I want to have failover for session as supported by JvmRouteBi