There is a spelling error below, incative should be inactive.

-Dave

On 6/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
--- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Sun Jun  4 02:32:30 2006
@@ -172,9 +170,21 @@
 <warn>Do not use cachesize with values higher then 1 on <b>Apache 2.x prefork</b> or 
<b>Apache 1.3.x</b>!</warn>
 </directive>

-<directive name="cache_timeout" default="0" required="false">
-Cache timeout property should be used with <b>cachesize</b> to specify how to 
time JK should keep
-an open socket in cache before closing it. This property should be used to 
reduce the number of threads
+<directive name="connection_pool_minsize" default="pool/2" required="false">
+Minimum size of the connection pool that will be maintained.
+<p>
+This property is used only when the <b>connection_pool_size</b> is specified.
+Its default value is connection_pool_size/2.
+</p>
+<warn>Do not use connection_pool_size with values higher then 1 on <b>Apache 2.x prefork</b> or 
<b>Apache 1.3.x</b>!</warn>
+<p>
+This feature has been added in <b>jk 1.2.16</b>.
+</p>
+</directive>
+
+<directive name="connection_pool_timeout" default="0" required="false">
+Cache timeout property should be used with <b>connection_pool_size</b> to 
specify how long JK should keep
+an incative socket in cache before closing it. This property should be used to 
reduce the number of threads
 on the Tomcat WebServer.
 <p>
 Each child could open an ajp13 connection if it have to forward a request to 
Tomcat, creating

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to