server.xml snippets.
<Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
maxThreads="600" minSpareThreads="100" maxIdleTime="60000" />
<Connector executor="tomcatThreadPool"
port="8081" protocol="HTTP/1.1"
connectionTimeout="5000"
redirectPort="8444" URIEncoding="UTF-8" maxThreads="600"
enableLookups="false" acceptCount="200" />
At 2012-01-09 17:39:46,"孙文" <[email protected]> wrote:
Enviroment:
jdk 1.6.0_29 64bit
solaris 10
TC 7.0.22
every visual machine installed two tc 7.0.22,one 8080 , the other 8081.
randomly tomcat can't response any request.but no oom,when use IE.the PID is
still there.
attachment show something be locked,but why?
Maybe someone can help me .