Re: Setting Up AJP Workers as a Failover

2010-06-23 Thread Pid
On 23 Jun 2010, at 00:12, David Fisher dfis...@jmlafferty.com wrote: Hi All, I've got myself in a situation where I need a stopgap quick fix - until we can respond correctly. I have the following workers file: # define the worker list worker.list=LoadBalancer # Define the LB

Re: Setting Up AJP Workers as a Failover

2010-06-23 Thread Shay Rojansky
David, you might want to take a look at http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html under Advanced lb Worker properties. There's an example for what you want with what Reiner was talking about (activation/redirect). Shay On Wed, Jun 23, 2010 at 3:48 AM, Pid

Re: Setting Up AJP Workers as a Failover

2010-06-23 Thread David Fisher
Hi Rainer, Thank you for your reply - it really has helped out today in several ways. I've got myself in a situation where I need a stopgap quick fix - until we can respond correctly. It turns out I was overreacting and we have other better tools to fix the troubles - no need to discuss as

Setting Up AJP Workers as a Failover

2010-06-22 Thread David Fisher
Hi All, I've got myself in a situation where I need a stopgap quick fix - until we can respond correctly. I have the following workers file: # define the worker list worker.list=LoadBalancer # Define the LB worker worker.LoadBalancer.type=lb

Re: Setting Up AJP Workers as a Failover

2010-06-22 Thread Rainer Jung
On 23.06.2010 01:12, David Fisher wrote: Hi All, I've got myself in a situation where I need a stopgap quick fix - until we can respond correctly. I have the following workers file: # define the worker list worker.list=LoadBalancer # Define the LB worker worker.LoadBalancer.type=lb