B
Blow
Hello all,
We are trying to configure a large thread pool for JBOSS - the current
situation is that we now have two threads and all the the concurrent
requests are waiting.
The following configuration in Server.xml does not seem to affect the
number of threads :
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="150" maxHttpHeaderSize="8192"
minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
Thanks,
Blow
We are trying to configure a large thread pool for JBOSS - the current
situation is that we now have two threads and all the the concurrent
requests are waiting.
The following configuration in Server.xml does not seem to affect the
number of threads :
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="150" maxHttpHeaderSize="8192"
minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
Thanks,
Blow