Author: kfujino
Date: Fri Dec 13 02:00:17 2013
New Revision: 1550616
URL: http://svn.apache.org/r1550616
Log:
Fix the sample configuration of StaticMembershipInterceptor in order to prevent
warning log. uniqueId must be 16 bytes.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1550616&r1=1550615&r2=1550616&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Dec 13 02:00:17 2013
@@ -78,6 +78,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <fix>
+ Fix the sample configuration of
<code>StaticMembershipInterceptor</code>
+ in order to prevent warning log. uniqueId must be 16 bytes. (kfujino)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 7.0.49 (violetagg)">
<subsection name="Catalina">
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1550616&r1=1550615&r2=1550616&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Fri Dec 13
02:00:17 2013
@@ -75,7 +75,7 @@
securePort="-1"
host="tomcat01.mydomain.com"
domain="staging-cluster"
- uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
+
uniqueId="{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}"/>
</Interceptor>
</source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]