Hi All, I am new to Apache and want to configure it for Failover. Currently our Environment is like below: ||-->WEB1 is pointing to Tomcat1 (Currently no configuration for LB and WEB1 is not talking with Tomcat2) F5 || ||-->WEB2 is pointing to Tomcat2 (Currently no configuration for LB and WEB2 is not talking with Tomcat1) F5 Level - LoadBalancer switching Web1 & Web2 based on Failover as well as LoadBalancing. WebServer Level - If WEB1 is UP and Tomcat1 is Down then we are getting 500 Error, How we can point to Tomcat2 similarly for WEB2 to Tomcat1
Given workers.properties details below. Kindly please help me to solve this issue. WEB1's workers.properties worker.list=web1 worker.web1.type=ajp13 worker.web1.host=tomcat1 worker.web1.port=9009 WEB2's workers.properties worker.list=web2 worker.web2.type=ajp13 worker.web2.host=tomcat2 worker.web2.port=9009 Thanks Jayaram