erasmo2 marciano2 [
https://community.jboss.org/people/erasmomarciano] created the
discussion
"Re: Increase the "Maximum number of threads created""
To view the discussion, visit:
https://community.jboss.org/message/774991#774991
--------------------------------------------------------------
In Jboss 7.x there ins't more jbossweb.sar/server.xml.
You have do this modify in the file standalone.xml or in the file the yoour start
(-server-config=)
| | <!-- 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"* /> |
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/774991#774991]
Start a new discussion in Performance Tuning at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]