Author: kfujino
Date: Wed Nov 18 04:32:23 2015
New Revision: 1714936
URL: http://svn.apache.org/viewvc?rev=1714936&view=rev
Log:
Fix document. The domain attribute of StaticMember is not required but optional.
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=1714936&r1=1714935&r2=1714936&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Wed Nov 18
04:32:23 2015
@@ -229,7 +229,7 @@
2. Hostnames like "tomcat01.mydomain.com" or
"tomcat01" as long as they resolve correctly<br/>
3. byte array in string form, for example {216,123,12,3}<br/>
</attribute>
- <attribute name="domain" required="true">
+ <attribute name="domain" required="false">
The logical cluster domain for that this static member listens for
cluster messages.
Two different type of values are possible:<br/>
1. Regular string values like "staging-domain" or
"tomcat-cluster" will be converted into bytes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]