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.

If have added the socketTimeout option: <Connector port="8082" minProcessors="150" maxProcessors="255" enableLookups="false" acceptCount="10" debug="0" connectionTimeout="30000" disableUploadTimeout="true" socketTimeout="30000" protocol="AJP/1.3" />

It make not sense.

Can this solve the problem: http://www.mail-archive.com/tomcat-dev%40jakarta.apache.org/msg69563.html

Regards,
Sander


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



Reply via email to