Error with an Apache in front of Tomcat using AJP connector and mod_proxy Error with an Apache in front of Tomcat using AJP connector and mod_proxy apache apache

Error with an Apache in front of Tomcat using AJP connector and mod_proxy


Depends a bit what the situation is - a very common cause is harmless; see:

http://mail-archives.apache.org/mod_mbox/tomcat-users/200905.mbox/%3C6B028542C4A77D4CB7F06CCC1C1AEB1D018BC5CEE0@AUSP01VMBX03.collaborationhost.net%3E

i.e. apache closing out as the client (browser) has closed the TCP connection and that all having propagated through before tomcat has sent its reply down the internal TCP socket.

So I'd up the log level to confirm it - and then scale it down appropriately for production.


If this post/issue is open yet...

Try increasing mod_proxy timeout setting.

These kind of errors i have seen these usually happens due to delay in webservice calls.