Hi,
I'm running tomcat5 on a Redhat9 box. It looks like its accepting
connections for a while, which is good. But then it hits a limit and there
are alot of TIME_WAIT connections in the netstat output. Below are the
server.xml portions where we configure tomcat to listen and accept
connections on port 80. If you need any more info, please let me know.
Thanks,
Steve
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 80 -->
<Connector port="80"
maxThreads="10000" minSpareThreads="25"
maxSpareThreads="2000"
enableLookups="false" redirectPort="8443" acceptCount="10000"
debug="0" connectionTimeout="2000"
disableUploadTimeout="true" />
<!-- Note : To disable connection timeouts, set connectionTimeout value
to -1 -->
<!-- Note : To use gzip compression you could set the following
properties :
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml"
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]