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
ajp://prod3:8081 route=app3
ProxySet stickysession=JSESSIONID
ProxySet nofailover=Off
On Fri, Mar 26, 2010 at 5:21 PM, Len Takeuchi wrote:
> Hello,
>
> I have apache load balancing a number of tomcat instances using mod_jk
> using sticky session. This is all working with
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
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