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 2013/12/13 02:58:02 UTC

svn commit: r1550614 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Author: kfujino
Date: Fri Dec 13 01:58:02 2013
New Revision: 1550614

URL: http://svn.apache.org/r1550614
Log:
Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes.

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=1550614&r1=1550613&r2=1550614&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Fri Dec 13 01:58:02 2013
@@ -72,7 +72,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>
 </section>
 



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