From dc34cf1295885956c7fdbb22655c37f26e76761c Mon Sep 17 00:00:00 2001 From: fhanik Date: Thu, 12 Oct 2006 16:45:43 +0000 Subject: [PATCH] Little more text 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapps/docs/config/cluster-interceptor.xml b/webapps/docs/config/cluster-interceptor.xml index fa755178b..cd23b51e1 100644 --- a/webapps/docs/config/cluster-interceptor.xml +++ b/webapps/docs/config/cluster-interceptor.xml @@ -45,6 +45,8 @@ To achieve this add the org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor underneath the org.apache.catalina.tribes.group.interceptors.TcpFailureDetector interceptor. Inside the StaticMembershipInterceptor you can add the static members you wish to have. + The TcpFailureDetector 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.

-- 2.11.0