Author: fhanik Date: Thu Mar 23 06:33:27 2006 New Revision: 388179 URL: http://svn.apache.org/viewcvs?rev=388179&view=rev Log: Added in the ability to set map send options per manager
Modified: tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml Modified: tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml?rev=388179&r1=388178&r2=388179&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml (original) +++ tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml Thu Mar 23 06:33:27 2006 @@ -283,7 +283,8 @@ managerClassName="org.apache.catalina.ha.session.BackupManager" expireSessionsOnShutdown="false" notifyListenersOnReplication="true" - channelSendOptions="11"> + channelSendOptions="11" + manager.mapSendOptions="11"> <Channel className="org.apache.catalina.tribes.group.GroupChannel"> <Membership Modified: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml?rev=388179&r1=388178&r2=388179&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml (original) +++ tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml Thu Mar 23 06:33:27 2006 @@ -283,7 +283,8 @@ managerClassName="org.apache.catalina.ha.session.BackupManager" expireSessionsOnShutdown="false" notifyListenersOnReplication="true" - channelSendOptions="11"> + channelSendOptions="11" + manager.mapSendOptions="11"> <Channel className="org.apache.catalina.tribes.group.GroupChannel"> <Membership --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]