Tomcat Preferences
The following preferences settings can be used with Tomcat plug-in:
-
acceptCount: The maximum queue length for incoming connection requests
when all possible request processing threads are in use. Any requests received
when the queue is full will be refused. The default value is "10".
-
maxProcessors: The maximum number of request processing threads
to be created by this Connector, which therefore determines the maximum
number of simultaneous requests that can be handled. The default value
is "75".
-
minProcessors: The number of request processing threads that will
be created when this Connector is first started. This attribute should
be set to a value smaller than that set for maxProcessors. The default
value is "5".