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 2008/09/21 12:26:01 UTC

svn commit: r697468 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Author: rjung
Date: Sun Sep 21 03:26:00 2008
New Revision: 697468

URL: http://svn.apache.org/viewvc?rev=697468&view=rev
Log:
Doc update for new connection_keepalive.

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

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=697468&r1=697467&r2=697468&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Sun Sep 21 03:26:00 2008
@@ -260,11 +260,12 @@
 </p>
 </directive>
 
-<directive name="connection_keepalive" default="False" required="false">
-This is interval in seconds used for sending CPING packets over unused
-connection.
+<directive name="connection_keepalive" default="0" required="false">
+Connections idle for longer than this interval in seconds are probed by
+CPING packets whether they still work. If set to zero (default),
+no such probes will be done.
 <p>To be able to use this feature <code>prepost_timeout</code> must be
-set to desired timeout value.
+set to the desired timeout value.
 </p>
 <p>
 This feature has been added in <b>jk 1.2.27</b>.



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