You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2007/01/09 20:39:17 UTC

svn commit: r494538 - in /tomcat/connectors/trunk/jk/xdocs/reference: apache.xml workers.xml

Author: rjung
Date: Tue Jan  9 11:39:16 2007
New Revision: 494538

URL: http://svn.apache.org/viewvc?view=rev&rev=494538
Log:
Add two small enhancements to the reference guide:
- unit of connection_pool_timeout is seconds (most other timeouts are ms)
- JkLogFile in apache only has a default value since 1.2.20

Modified:
    tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
    tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?view=diff&rev=494538&r1=494537&r2=494538
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Tue Jan  9 11:39:16 2007
@@ -148,6 +148,7 @@
 The default value is logs/mod_jk.log.
 <br/>
 Pipes are supported for Apache 1.3 only since version 1.2.16.
+The default value exists only since version 1.2.20.
 </p></attribute>
 <attribute name="JkLogLevel" required="false"><p>
 The Tomcat Connector module log level, can be debug, info, warn

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=494538&r1=494537&r2=494538
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Tue Jan  9 11:39:16 2007
@@ -183,7 +183,7 @@
 </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
+Cache timeout property should be used with <b>connection_pool_size</b> to specify how many seconds JK should keep
 an inactive socket in cache before closing it. This property should be used to reduce the number of threads
 on the Tomcat web server. The default value zero disables the closing (infinite timeout).
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org