Dear AllWe have done loadbalancing using ajp connector with one apache2 (access sever) and 3 tomcats. some time users/clients are getting error message "Server temporally un-available". In apache access log I am getting message "all workers are in error state"what is problem in my following configuration?please suggest.//httpd.confProxyPass / balancer://myCluster/ stickysession=JSESSIONID|jsessionid nofailover=On timeout=60<Proxy balancer://myCluster>BalancerMember ajp://192.168.1.2:8009 route=sys02BalancerMember ajp://192.168.1.3:8009 route=sys03BalancerMember ajp://192.168.1.4:8009 route=sys04</Proxy>Some one can past their configuration?Thanks