[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

piko do-not-reply at jboss.com
Fri Feb 13 05:19:30 EST 2009


Hi,
same issue with Jboss 5.0. 

I try with your sample configuration, but it doesn't work: I see default value for maxThreads (200) for both connectors.

Any idea?
Thanks,
piko

This is my configuration:

  |       <!-- A HTTP/1.1 Connector on port 8080 -->
  | 	<Executor name="active-executor" minSpareThreads="5" maxThreads="256" namePrefix="activeThread-" />
  | 
  |       <Connector executor="active-executor" protocol="HTTP/1.1" port="8080"  address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443" 
  | acceptCount="100" emptySessionPath="true"
  |   enableLookups="false" />
  | 
  |       <!-- A AJP 1.3 Connector on port 8009 -->
  |       <Connector executor="active-executor"  protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
  |          redirectPort="8443" /> 
  | 





View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209834#4209834

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209834



More information about the jboss-user mailing list