[EMAIL PROTECTED] wrote:
+
+ <attribute name="minProcessors" required="false">
+ <strong>deprecated</strong>
+ <p>The minimum number of processors to start at initialization time.
+ If not specified, this atttribute is set to 5.</p>
+ </attribute>
+
+ <attribute name="maxProcessors" required="false">
+ <strong>deprecated</strong>
+ <p>The maximum number of processors allowed. This should be
+ set to a value that is greater than or equal to the maximum number
+ of concurrent connections the remote web server can open to Tomcat
+ simultaneously. For example, if the web server is Apache 1.x or 2.x
+ Tomcat's <code>maxProcessors</code> should be set to the
+ value of Apache's <code>maxClients</code> directive.</p>
+ <p>A <code>maxProcessors</code> value of zero (0) signifies that
+ the number of processors is unlimited. If not specified, this
+ atttribute defaults to 20.</p>
+ </attribute>
These two are the same as minSpareTheads and maxThreads, so they
shouldn't be documented (they're the old names).
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]