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

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top