You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2013/06/03 04:03:53 UTC

svn commit: r1488826 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Author: kfujino
Date: Mon Jun  3 02:03:53 2013
New Revision: 1488826

URL: http://svn.apache.org/r1488826
Log:
Add document for o.a.c.tribes.group.interceptors.TcpFailureDetector.

Modified:
    tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1488826&r1=1488825&r2=1488826&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Mon Jun  3 02:03:53 2013
@@ -142,6 +142,21 @@
   </subsection>
   <subsection name="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector Attributes">
    <attributes>
+     <attribute name="connectTimeout" required="false">
+       Specifies the timeout, in milliseconds, to use when attempting a TCP connection
+       to the suspect node. Default is 1000.
+     </attribute>
+     <attribute name="performSendTest" required="false">
+       If true is set, send a test message to the suspect node. Default is true.
+     </attribute>
+     <attribute name="performReadTest" required="false">
+       If true is set, read the response of the test message that sent. Default is false.
+       <strong>Note: </strong>if <code>performSendTest</code> is false, this attribute will have no effect.
+     </attribute>
+     <attribute name="readTestTimeout" required="false">
+       Specifies the timeout, in milliseconds, to use when performing a read test
+       to the suspicious node. Default is 5000.
+     </attribute>
    </attributes>
   </subsection>
   <subsection name="org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor Attributes">



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