I have a commercial app running Tomcat 6.  I don't really know anything
about Tomcat, so I need some help with performance tuning.

What happens is that a small percentage of connections from our client
machines just timeout on the connect.  I assume I'm running into some
limitation in Tomcat.

Here's what I put in my server.xml:

 <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="3000" 
               connectionLinger="-1"
               acceptCount="500"
               maxKeepAliveRequests="1"
               enableLookups="false"
               redirectPort="8443" />

The machine in question is an Amazon "Extra Large" instance, so it
should be plenty beefy.

Do those settings look good?  Is there any other place I can tune the
system to have it accept more simultaneous clients, or have a deeper
wait queue?


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

Reply via email to