Little more text
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Oct 2006 16:45:43 +0000 (16:45 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Oct 2006 16:45:43 +0000 (16:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@463315 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/cluster-interceptor.xml

index fa75517..cd23b51 100644 (file)
@@ -45,6 +45,8 @@
    To achieve this add the <code>org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor</code>
    underneath the <code>org.apache.catalina.tribes.group.interceptors.TcpFailureDetector</code> interceptor.
    Inside the <code>StaticMembershipInterceptor</code> you can add the static members you wish to have.
+   The <code>TcpFailureDetector</code> will do a health check on the static members,and also monitor them for crashes
+   so they will have the same level of notification mechanism as the members that are automatically discovered.
   </p>
 </section>