RE: Re: Does connectionTimeout > 0 cause failed requests with mod_jk?

2006-05-29 Thread henk.fictorie
Hi, Thanks for the clarification and this is good to hear. I will try setting the socket_timeout to 200. I think however that these messages in the mod_jk log are misleading. - Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=worker2 failed To

Does connectionTimeout > 0 cause failed requests with mod_jk?

2006-05-24 Thread henk.fictorie
Hi, We are experimenting with the connectTimeout setting on the tomcat side in server.xml. We used to have this set to 0 (inifinite), but we were seeing lot of unused threads and connections on the tomcat side. Thus we set the connectionTimeout to 20 (200 sec.). After enabling this I observ