On 6/13/06, FM <[EMAIL PROTECTED]> wrote:
Is there a way to set a timeout for mod_jk ? Something tomcat crashes
and httpd stops responding because every connection tries to connect to
tomcat (with mod_jk) but there is no time out.
I try this setting in worker.properties  :
worker.tomcat5.type=ajp13
worker.tomcat5.port=8009
worker.tomcat5.socket_timeout=20
worker.tomcat5.recycle_timeout=20
worker.tomcat5.host=localhost
worker.tomcat5.lbfactor=1

Did you look at the Connector docs?
http://tomcat.apache.org/connectors-doc/config/workers.html

Specifically look at the connect_timeout and prepost_timeout settings
under Advanced worker directives.

-Dave

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to