Fletcher Cocquyt wrote:
We have a problem with lost submissions in a loadbalanced (mod_jk) webapp and
think these errors are related - what causes error number 11 and what can be
done about it?


This is correct behavior if Tomcat closes the connection (for example
you restart Tomcat or you have connectionTimeout for AJP connector).
The 4 info messages simply state that mod_jk:
1. Detects the existing connection is not connected any more
2. It will try another free socket in the connection pool
3. None valid free sockets has been found
4. Reconnect to Tomcat

If you wish to get rid of those lines increase JkLogLevel to error

Regards,
Mladen.

---------------------------------------------------------------------
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