Author: kfujino Date: Wed Aug 4 09:09:38 2010 New Revision: 982167 URL: http://svn.apache.org/viewvc?rev=982167&view=rev Log: In Tomcat6, domainReplication is deprecated.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=982167&r1=982166&r2=982167&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Wed Aug 4 09:09:38 2010 @@ -96,6 +96,17 @@ </attributes> </subsection> + <subsection name="org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor Attributes"> + <attributes> + <attribute name="domain" required="true"> + The logical cluster domain that this Interceptor accepts. + Two different type of values are possible:<br/> + 1. Regular string values like "staging-domain" or "tomcat-cluster" will be converted into bytes + using ISO-8859-1 encoding.<br/> + 2. byte array in string form, for example {216,123,12,3}<br/> + </attribute> + </attributes> + </subsection> <subsection name="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor Attributes"> <attributes> <attribute name="className" required="true"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=982167&r1=982166&r2=982167&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Wed Aug 4 09:09:38 2010 @@ -91,11 +91,10 @@ <subsection name="org.apache.catalina.ha.session.DeltaManager Attributes"> <attributes> <attribute name="domainReplication" required="false"> - Set to true if you wish sessions to be replicated only to members that - have the same logical domain set. If set to false, session replication - will ignore the domain setting the - <code><a href="cluster-membership.html"><Membership></a></code> - element. + <b>Deprecated since 6.0.0</b><br/> + If you wish sessions to be replicated only to members that have the + same logical domain set, use + <code><a href="cluster-interceptor.html">DomainFilterInterceptor </a></code>. </attribute> <attribute name="expireSessionsOnShutdown" required="false"> When a web application is being shutdown, Tomcat issues an expire call --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org