Author: markt Date: Wed Jul 12 20:52:52 2017 New Revision: 1801774 URL: http://svn.apache.org/viewvc?rev=1801774&view=rev Log: Better wording that doesn't run the risk of suggesting nested
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=1801774&r1=1801773&r2=1801774&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Wed Jul 12 20:52:52 2017 @@ -61,7 +61,7 @@ <p> In addition to dynamic discovery, Apache Tribes also supports static membership, with membership verification. 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. + after 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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org