Re: Advanced mod_jk router configuration

2007-03-07 Thread Sriram Narayanan
On 2/28/07, Rainer Jung <[EMAIL PROTECTED]> wrote: worker 1 and worker2 distance=0 worker 3 distance=1 Thank you very much. This worked for us very well. Regards, Rainer -- Sriram - To start a new topic, e-mail: users@t

Re: Advanced mod_jk router configuration

2007-02-28 Thread Rainer Jung
worker 1 and worker2 distance=0 worker 3 distance=1 Regards, Rainer Sriram Narayanan wrote: Hi: We have router1 doing load balancing and failover between worker1 and worker2. We would like to configure additional worker3 such that router1 will only forward the request to worker3 once all the

Advanced mod_jk router configuration

2007-02-28 Thread Sriram Narayanan
Hi: We have router1 doing load balancing and failover between worker1 and worker2. We would like to configure additional worker3 such that router1 will only forward the request to worker3 once all the failover attempts are exhausted for worker1 and worker2 combination How do we achieve this? Th