I have two instances of ServiceMix in failover mode with a simplefile lock. I want to use Apache Server to redirect HTTP requests to the active instance. I use load balancer directive in httpd.conf
<Proxy balancer://mycluster> BalancerMember http://192.168.1.50:80 BalancerMember http://192.168.1.51:80 </Proxy> ProxyPass /test balancer://mycluster But Apache Server doesn't recognize when one instance has failed. How can i do it ? -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-use-Apache-HTTP-Server-to-load-balance-HTTP-requests-to-ServiceMix-tp4613209p4613209.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
