DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43215>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43215 Summary: typo of cluster send options. Product: Tomcat 6 Version: 6.0.14 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Cluster AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I found some typos about the default values of send options. Regards, Index: /tc6.0.x/trunk/webapps/docs/config/cluster.xml =================================================================== --- /tc6.0.x/trunk/webapps/docs/config/cluster.xml (revision 569774) +++ /tc6.0.x/trunk/webapps/docs/config/cluster.xml (working copy) @@ -108,7 +108,7 @@ </p> </attribute> <attribute name="channelSendOptions" required="true"> - <p>The Tribes channel send options, default is 11.<br/> + <p>The Tribes channel send options, default is <code>8</code>(asynchronous).<br/> This option is used to set the flag that all messages sent through the SimpleTcpCluster uses. The flag decides how the messages are sent, and is a simple logical OR.<br/> Index: /tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml =================================================================== --- /tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (revision 569774) +++ /tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (working copy) @@ -103,7 +103,7 @@ <attributes> <attribute name="mapSendOptions" required="false"> The backup manager uses a replicated map, this map is sending and receiving messages. - You can setup the flag for how this map is sending messages, the default value is <code>8</code>(asynchronous). + You can setup the flag for how this map is sending messages, the default value is <code>6</code>(use synchronous ack). </attribute> </attributes> </subsection> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]