Re: mod_jk Problem

2009-04-15 Thread WenDong Zhang
r second!! and tomcat is also powerful 500 request per second is ok. On Wed, Apr 15, 2009 at 4:57 PM, André Warnier wrote: > WenDong Zhang wrote: > >> I've the same problem too, and I found that if the tomcat response time is >> long, you need to set connection_pool in yo

Re: mod_jk Problem

2009-04-15 Thread WenDong Zhang
I've the same problem too, and I found that if the tomcat response time is long, you need to set connection_pool in your workers.properties. ## my properties worker.node65.port=8009 worker.node65.host=9.186.10.65 worker.node65.type=ajp13 worker.node65.connection_pool_size=100 worker.node65.connec

Re: how mod_jk load balancer auto recover node?

2009-04-09 Thread WenDong Zhang
es) Thanks. 2009/4/9 Rainer Jung : > On 09.04.2009 04:02, WenDong Zhang wrote: >> 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 (beca

how mod_jk load balancer auto recover node?

2009-04-08 Thread WenDong Zhang
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 ba