> This FAQ entry looks promising:
> http://tomcat.apache.org/connectors-doc/miscellaneous/faq.html
> 
> Look at the entry entitled "I've got a firewall between my web server and
> Tomcat which drops ajp13 connections after some time".
> 
> Configuring keep-alives is a fairly low-overhead workaround, but it would
> be better to fix the firewall so it doesn't silently drop connections.
> 
>  - Chuck
> 
[Pantvaidya, Vishwajit] Thanks Chuck. My workers.properties already has 
following settings:

port=21065
cachesize=10
cache_timeout=600
socket_keepalive=1
recycle_timeout=300

So socket_keepalive is already 1. So does this mean that firewall is dropping 
connections in spite of it.

About the netstat output I sent earlier - I guess an indicator of a firewall 
dropping connections, would be if the output showed many more active 
connections on the tomcat side than on the httpd side - is that accurate?
My netstat o/p had only 2 tomcat connections active in FIN_WAIT2 and about 11 
in keepalive on httpd side - I guess this does not indicate any hanging 
connections? Could that be because currently connectionTimeout is active in my 
server.xml?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to