[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum
sambit_dixit
do-not-reply at jboss.com
Thu Feb 26 14:34:33 EST 2009
Hi,
Since Jboss 4.2.x uses Tomcat 6.0 connectors, you may have to try out the following.
In the AJP connectors node you can set like
| <Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
| emptySessionPath="true" enableLookups="false" redirectPort="8443" keepAliveTimeout="60000" maxThreads="200" connectionTimeout="60000" />
|
See if this helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213504#4213504
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213504
More information about the jboss-user
mailing list