Anatoly Kern wrote:
Hello!

http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html
(recovery_options=3,prepost_timeout=100,connect_timeout=100) but all

Hi,

prepost_timeout and connect_timeout are defined in milliseconds,
Like you said read the:
http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html
and you will find that statement.

So, under high load it's probable that your request will not be served
inside 100 milliseconds, and that's why mod_jk will think your tomcat
is dead.

Since you probably meant to set that value to seconds, just multiply
with 1000.

Regards,
Mladen.

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



Reply via email to