From: fhanik Date: Thu, 12 Oct 2006 20:30:41 +0000 (+0000) Subject: Documented static members X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1432d8de8dd1aa8c7ce94a3f1a2143be4e7f0ad0;p=tomcat7.0 Documented static members git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@463416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/cluster-interceptor.xml b/webapps/docs/config/cluster-interceptor.xml index 755923b4d..8065072dc 100644 --- a/webapps/docs/config/cluster-interceptor.xml +++ b/webapps/docs/config/cluster-interceptor.xml @@ -113,6 +113,39 @@ + + + + Only one implementation available:org.apache.catalina.tribes.membership.StaticMember + + + The port that this static member listens to for cluster messages + + + The secure port this static member listens to for encrypted cluster messages + default value is -1, this value means the member is not listening on a secure port + + + The host (or network interface) that this static member listens for cluster messages. + Three different type of values are possible:
+ 1. IP address in the form of "216.123.1.23"
+ 2. Hostnames like "tomcat01.mydomain.com" or "tomcat01" as long as they resolve correctly
+ 3. byte array in string form, for example {216,123,12,3}
+
+ + The logical cluster domain for this this static member listens for cluster messages. + Two different type of values are possible:
+ 1. Regular string values like "staging-domain" or "tomcat-cluster" will be converted into bytes + using ISO-8859-1 encoding. + 2. byte array in string form, for example {216,123,12,3}
+
+ + A universally uniqueId for this static member. + The values must be 16 bytes in the following form:
+ 1. byte array in string form, for example {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}
+
+
+