hi!

the config:
apache httpd 2.0 + mod_jk2 + several tomcat instances

the problem:
one of the webapps in a tomcat failed. the application continued to accept requests, but they just hanged without a response. after a while the number of hanging request reached the MaxClients number specified in the httpd configuration, causing httpd to stop processing new requests and effectively bringing down all other webapps on the system.

the question:
how do i set up httpd / mod_jk2 to be more robust in case of a failure of a webapp/tomcat? increasing MaxClients gives me more time to react, but it does not solve the problem.

Thanks!

Edmund

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to