Discussion:
[jboss-user] [Beginner's Corner] - Re: confused about System Threads Pool
Bond Chan
2013-04-11 09:37:06 UTC
Permalink
Bond Chan [https://community.jboss.org/people/bondchan921] created the discussion

"Re: confused about System Threads Pool"

To view the discussion, visit: https://community.jboss.org/message/807662#807662

--------------------------------------------------------------
Hi Peter,


when can I config the HTTP thread pool size?

Should be this " http://172.20.30.250:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.web%3Atype%3DThreadPool%2Cname%3Dhttp-0.0.0.0-8080 name=http-0.0.0.0-8080,type=ThreadPool" from jmx-console, but I can't find where can I config it

Jboss 4.2.3 & Jboss 5.1.2
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/807662#807662]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Bond Chan
2013-04-11 10:15:13 UTC
Permalink
Bond Chan [https://community.jboss.org/people/bondchan921] created the discussion

"Re: confused about System Threads Pool"

To view the discussion, visit: https://community.jboss.org/message/807668#807668

--------------------------------------------------------------
by  <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
               connectionTimeout="20000" redirectPort="8443" /> in server\default\deploy\jboss-web.deployer\server.xml ?

and the default of maxThreads is 1024 ?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/807668#807668]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Peter Johnson
2013-04-12 14:50:32 UTC
Permalink
Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: confused about System Threads Pool"

To view the discussion, visit: https://community.jboss.org/message/808043#808043

--------------------------------------------------------------
Yes, you configure the HTTP thread pool size using server.xml. You can use the Tomcat 6 documentation to determine what to set and what the defaults are.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/808043#808043]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...