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 05:33:14 UTC

svn commit: r1714937 - in /tomcat/tc8.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

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 &quot;tomcat01.mydomain.com&quot; or &quot;tomcat01&quot; 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 &quot;staging-domain&quot; or &quot;tomcat-cluster&quot; will be converted into bytes



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