Hi,

We're using 6.0.24, running on two servers.  In our workers.properties file
on the web server, we have ...

===========Begin workers.properties ==============
worker.lbroute.balance_workers=worker1,worker2

worker.worker1.type=ajp13
worker.worker1.host=ip_addr1
worker.worker1.port=8000
worker.worker1.lbfactor=1
worker.worker1.redirect=worker2
worker.worker1.socket_keepalive=true
worker.worker1.connection_pool_timeout=60

worker.worker2.type=ajp13
worker.worker2.host=ip_addr2
worker.worker2.port=8000
worker.worker2.lbfactor=1
worker.worker2.activation=disabled
worker.worker2.socket_keepalive=true
worker.worker2.connection_pool_timeout=60
===========End workers.properties ==============

How can I configure my workers.properties file so that if the index page of
our sites is throwing a 500 http status code, it will fail over to the other
worker? - Dave
-- 
View this message in context: 
http://old.nabble.com/Choosing-the-right-worker-tp30998571p30998571.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to