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 2015/11/18 03:21:04 UTC

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

Author: kfujino
Date: Wed Nov 18 02:21:04 2015
New Revision: 1714920

URL: http://svn.apache.org/viewvc?rev=1714920&view=rev
Log:
Add documents for the local member support in static cluster.

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=1714920&r1=1714919&r2=1714920&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Wed Nov 18 02:21:04 2015
@@ -67,6 +67,12 @@
    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>
    <source><![CDATA[     <Interceptor className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
+       <LocalMember className="org.apache.catalina.tribes.membership.StaticMember"
+                  port="4000"
+                  securePort="-1"
+                  host="tomcat01.mydomain.com"
+                  domain="staging-cluster"
+                  uniqueId="{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1}"/>
        <Member className="org.apache.catalina.tribes.membership.StaticMember"
                   port="5678"
                   securePort="-1"
@@ -193,6 +199,16 @@
      </attribute>
    </attributes>
   </subsection>
+</section>
+
+<section name="Nested Components">
+
+  <p><b>LocalMember:</b> <br/>
+    Static member that is the local member of the static cluster group.
+  </p>
+  <p><b>Member:</b> <br/>
+    Static member that add to the static cluster group.
+  </p>
 
   <subsection name="Nested element StaticMember Attributes">
    <attributes>



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