-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas,

On 8/9/2009 9:33 PM, Thomas G. Lau wrote:
> [r...@app1-testing ~]# ulimit -a
> open files                      (-n) 65535
> max user processes              (-u) 65535

Right. What user is Tomcat running as?

>    <Connector port="8082"
>               maxThreads="3000" minSpareThreads="25" maxSpareThreads="75"
>               enableLookups="false"
>               acceptCount="10000" debug="0" connectionTimeout="30000"
>               proxyPort="80" disableUploadTimeout="true" />

What happens when you start Tomcat? Do you get an error?
acceptCount="10000" is a /lot/ of connections to be pending in the
TCP/IP queue. Is that really what you want?

What happens when Tomcat hits this "limit"? Do you get a "connection
refused" for additional connections? Does Tomcat issue an error? Does
the JVM crash?

You are giving so few details, it's difficult to help you.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqAVUAACgkQ9CaO5/Lv0PBS8ACeOo1SziAc0ubvVBjdLhd2w9qY
VmoAoL3knYjjzogyjV3QOgnMaLi21KYx
=Ss6R
-----END PGP SIGNATURE-----

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

Reply via email to