Hello, When the first worker fails, request is not getting redirected to the failover worker. Apache Version: Apache/2.4.9 (Unix) Below is my apache proxy configuration: <Proxy balancer://services> BalancerMember http://10.31.40.111:8080 connectiontimeout=4000 BalancerMember http://10.31.40.112:8080 connectiontimeout=4000 </Proxy>
Please suggest. Regards Harvinder Bhutani