The moose likes JBoss and the fly likes How to increase thread size in jboss3.2.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to increase thread size in jboss3.2.1" Watch "How to increase thread size in jboss3.2.1" New topic
Author

How to increase thread size in jboss3.2.1

Debalina Bera
Greenhorn

Joined: Jun 08, 2003
Posts: 5
We need to run jprobe in order to performload testing. When we are hitting the server for more than 10 times, we are getting the error...
"Please increase maxThreads or check the servlet status10 10.."


How to increase the maxthread size in joboss to avoid the problem? We made the following changes in jboss-service.xml...

<Set name="MinThreads">10</Set>
<Set name="MaxThreads">200</Set>


and


<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="20" maxProcessors="10"
enableLookups="true" acceptCount="10" debug="0"
connectionTimeout="20000" useURIValidationHack="false" />
norman richards
Author
Ranch Hand

Joined: Jul 21, 2003
Posts: 364
Are you trying to use Jetty or Tomcat 4? You have fragments from both there.


[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
 
 
subject: How to increase thread size in jboss3.2.1
 
Threads others viewed
getting subnodes
running out of ManagedConnections available
howto make size of button ?
select control
Increasing the number of connections
MyEclipse, The Clear Choice