Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat Config settings - acceptCount, bufferSize, max/maxProcessors,

843835Feb 28 2003 — edited Mar 3 2003
I'm trying to configure Tomcat for best performance. I've singled out the HTTP Connector attributes: acceptCount, bufferSize, max/maxProcessors (as well as 'reloadable' for context) as potential ones to toggle with. Please relate your experience with the above attributes and possibly recommend the settings.

I know the defaults, and have read the standard documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html . But I find it generic and have not been able to find specific answers.

I'm running a single webapp from tomcat 4.1. All the "servlets" are JSPs that use classes for server-side. Ratio of JSP/.class is about 3/1 [ if this matters at all]. The website could be hit by anywhere from 5 - 100 users at any time, for approx. 20-30 minutes each.

Please let me know if you need other things about my system to provide a better answer.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2003
Added on Feb 28 2003
10 comments
578 views