JBoss Community

Re: Increase the "Maximum number of threads created"

created by Filippe Spolti in Performance Tuning - View the full discussion

Hi bro.

 

Include the maxthred parameter in the jbossweb.sar/server.xml (jboss 5+)

 

like bellow:

  <!-- A HTTP/1.1 Connector on port 8080 -->
  <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
           connectionTimeout="20000" redirectPort="8443" maxThreads="300" />

 

 

Rgards!

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community