http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html - maxThreads. However that is a simplistic view. If you are using a database then the connection pool size will probably be limiting. You have to tune at the OS layer too. If you are getting a 500 error you should probably see what the error is on the application. if tomcat was rejecting connections you would likely get a 503 Service unavailable so thats probably not the cause.
regards deepak On Wed, Jun 22, 2011 at 9:13 AM, jsheth <[email protected]> wrote: > Also, if I run jmeter with 200 users, do I have to tweak anything in > apache/tomcat on webserver so that it can handle 200 users? What is the > default # of users the apache/tomcat can handle at once? > > > > From: Felix Frank-2 [via JMeter] > [mailto:[email protected]] > Sent: Wednesday, June 22, 2011 9:38 AM > To: Jeegnesh Sheth > Subject: Re: determining ramp-up period > > > > On 06/22/2011 03:30 PM, jsheth wrote: > > 2. Aggregate report > > > > 3. View results tree > > Deactivating these will most likely help your memory problems. Only > enable them if you really need them (i.e. the View Results Tree for > debugging, the aggregate report isn't really necessary at any time). > > A timer interval of 300 ms will be fine in most use cases I can imagine. > > > Cheers, > > Felix > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > > > > ________________________________ > > If you reply to this email, your message will be added to the discussion > below: > > http://jmeter.512774.n5.nabble.com/determining-ramp-up-period-tp4512401p > 4514058.html > > To unsubscribe from determining ramp-up period, click here > <http://jmeter.512774.n5.nabble.com/template/NamlServlet.jtp?macro=unsub > scribe_by_code&node=4512401&code=anNoZXRoQHNyYy1zb2x1dGlvbnMuY29tfDQ1MTI > 0MDF8NTUxNTAwNjA2> . > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/determining-ramp-up-period-tp4512401p4514551.html > Sent from the JMeter - User mailing list archive at Nabble.com. >

