Re: load balancing with controlled failover

2006-11-01 Thread Gary Feltham
Hi Rainer/Jim, Many thanks, just ran a test with mod_jk 1.2.19 and works great by setting the node to disabled through the JK status manager. From further reading it appears to be commonly known as "session draining". Regards, Gary From: Jim Jagielski <[EMAIL PROTECTED]> To: "Tomcat Users List

Re: load balancing with controlled failover

2006-11-01 Thread Jim Jagielski
This is expected to be added to the proxy module, but in a way which is more inline with expectations for a specific proxy server (whether serving ajp or http or anything else). On Nov 1, 2006, at 5:39 AM, Rainer Jung wrote: Hi Gary, from my understanding of the code mod_proxy(_balancer) at th

Re: load balancing with controlled failover

2006-11-01 Thread Rainer Jung
Hi Gary, from my understanding of the code mod_proxy(_balancer) at the moment is not able to do that. There are status settings "disable" and "stopped" one can set, but at the moment disbled and stopped behave the same. I didn't really try, but I derive that from looking at the code. This holds tr

load balancing with controlled failover

2006-10-31 Thread Gary Feltham
Hi, I have a load balancing setup using Apache 2.2.2 (Win32) and 2 instances of Tomcat 5.5.15 and 5.5.17. So far I have been able to establish a successful load balancing using sticky sessions with the following config: ProxyPass /test balancer://testcluster stickysession=JSESSIONID nofailover=O