How to configurare the JBOSS HTTP thread pool size

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top