[EMAIL PROTECTED] mod_proxy_balance never recovers from a worker error with stickysession

2007-05-30 Thread Dale Ogilvie
Hello, I am running Apache 2.2.3 on RedHat EL 5. I am trying to use Apache to load balance between two local instances of tomcat in order to utilize the vast quantities of RAM on our production server. My httpd setup looks like this: BalancerMember ajp://localhost:8009 min=10 max=100 route=

Re: [EMAIL PROTECTED] mod_proxy_balance never recovers from a worker error with stickysession

2007-05-30 Thread Serge Dubrouski
A couple of questions: 1. Did you set up session replication between your Tomcat instances? If not your client will have to relogin in case of failure of the Tomcat instance that generated session id. 2. Did I get you right that in your test you stop both instances of Tomcat? If yes I don't thin