PeterJ,
sorry for the lack of information.
I actually managed to implement the solution with the following code:
<Executor name="active-executor" namePrefix="activeThread-"
maxThreads="1000" minSpareThreads="30" maxIdleTime="60000"
/>
|
| <Connector executor="active-executor" port="8009"
address="${jboss.bind.address}" protocol="AJP/1.3"
| emptySessionPath="true" enableLookups="false"
redirectPort="8443"
| maxThreads="1000" keepAliveTimeout="60000"
connectionTimeout="600000" />
what I can't understand now is why the "Current thread busy:" is always 0,
even if I can see loads of calls with State 'S'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225166#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...