Sander de Boer wrote:

<Connector port="8082" minProcessors="150" maxProcessors="255" enableLookups="false" acceptCount="10" debug="0" connectionTimeout="30000" disableUploadTimeout="true" protocol="AJP/1.3" />

The docs says socket_timeout is default 0. I have tried to set it higher, but that do not make sense.


The problem is with Tomcat, not with the mod_jk. Try to add socketTimeout="30000" (30 sec.) to the AJP connector.

The INFO message is related to the Tomat's socket.read
throwing timeout exception.

Tell me if that helped.

Regards,
Mladen

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



Reply via email to