Re: [EMAIL PROTECTED] Apache Load Balancing issue using in cluster envionment of tomcat.

2008-11-13 Thread Raj_Dexter
check if ajp port is already in use or not. If hte port is already in use tomcat internally increments the port by one and starts listening to that port for requests. In this scenario apache won't be able to forward your requests to respective node. kashif_tomcat wrote: > > Hi All, > > i am doi

Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-11-13 Thread Raj_Dexter
I did the same trick. When my back-end server is down i throw HTTP 503 servlet error from respective worker node. The error is shown to the user only for the first time. But after refreshing the browser the request is redirected to some other working node (even if the load on the node is more than