Hi all, I'm using httpd 2.2 & mod_jk as the load balancer server. There 2 tomcat nodes under the cluster. After run a long time, the tomcat node need to restart (because I found that the system resource's usage is too high, the cpu usage is almost 100%). During the restarting period, httpd load balancer maybe treat the node in error status and try to recover it. I set each node retry times to 2 (the default value): worker.node1.retries = 2 but it seems that the httpd try to recover the error node for a while, if fail it will never try to recover the node any more.
HERE IS MY QUESTION: is there any way let the httpd load balancer try to recover the fail nodes per several minutes (e.g. 5 mins), and not depend on the "retries" parameter. Thanks. -- Best Regards! Wen Dong --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org