Now we have configured three tomcat instances with below configurations to
test the above issue

1. AJP BIO with JkOptions     +DisableReuse, connectionTimeout=20000,
maxThreads=250, maxConnection=245
2. AJP NIO with maxThreads=250, maxConnection=245, connectionTimeout=20000
and bufferSize=4096
3. Http NIO with maxThreads=250, maxConnection=245, connectionTimeout=20000

We have been told that above issue ( tomcat hung and not responding) is due
to AJP (be it BIO or NIO) connector and if we use http this issue would not
surface.

Pradeep GM



--
View this message in context: 
http://tomcat.10.x6.nabble.com/AJP-protocol-with-Apache-Tomcat-Version-7-0-52-tp5017650p5017825.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

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

Reply via email to