Re: mod_jk failover loadbalancing doesn't recognize hung tomcat

2006-03-27 Thread Vidya TR
Hi, Even after changing my settings to a hung node A still does not failover to node B. The whole server is hung. worker.loadbalancer.lock=P # P[essimistic] Any more recommendations? Thank you, Vidya -- View this message in context:

Re: mod_jk failover loadbalancing doesn't recognize hung tomcat

2006-03-24 Thread Vidya TR
The directive : disabled - If set to True or 1 the worker will be disabled if member of load balancer. This flag can be changed at runtime using status worker. Can I change the disabled property at runtime and will the loadbalancer be able to read this? I tried changing it in worker.properties

Re: mod_jk failover loadbalancing doesn't recognize hung tomcat

2006-03-24 Thread Mohan2005
hi we has similar issue we did not mess with prepost values but changed locking method to pesimistic, and set socket_timeout to 60sec, recycle_time to 600sec and reply_timeout to 18(ms) these were recommended by Mladen Turk and now Busy connections are distributed among all nodes equally.