Author: kfujino Date: Wed Nov 18 04:33:13 2015 New Revision: 1714937 URL: http://svn.apache.org/viewvc?rev=1714937&view=rev Log: Fix document. The domain attribute of StaticMember is not required but optional.
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1714937&r1=1714936&r2=1714937&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Nov 18 04:33:13 2015 @@ -259,6 +259,10 @@ page is not considered secure and should not be used in production. (markt) </add> + <fix> + The <code>domain</code> attribute of <code>StaticMember</code> is not + required but optional. (kfujino) + </fix> </changelog> </subsection> <subsection name="jdbc-pool"> Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1714937&r1=1714936&r2=1714937&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Wed Nov 18 04:33:13 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org