Author: kfujino Date: Mon Sep 2 09:17:45 2013 New Revision: 1519369 URL: http://svn.apache.org/r1519369 Log: Add document for org.apache.catalina.tribes.group.GroupChannel.
Modified: tomcat/trunk/webapps/docs/config/cluster-channel.xml Modified: tomcat/trunk/webapps/docs/config/cluster-channel.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-channel.xml?rev=1519369&r1=1519368&r2=1519369&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-channel.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-channel.xml Mon Sep 2 09:17:45 2013 @@ -96,6 +96,30 @@ </subsection> + <subsection name="org.apache.catalina.tribes.group.GroupChannel Attributes"> + + <attributes> + + <attribute name="heartbeat" required="false"> + Flag whether the channel manages its own heartbeat. + If set to true, the channel start a local thread for the heart beat. + If set this flag to false, you must set SimpleTcpCluster#heartbeatBackgroundEnabled + to true. default value is true. + </attribute> + + <attribute name="heartbeatSleeptime" required="false"> + If heartbeat == true, specifies the interval of heartbeat thread in milliseconds. + </attribute> + + <attribute name="optionCheck" required="false"> + If set to true, the GroupChannel will check the option flags that each + interceptor is using. Reports an error if two interceptor share the same + flag. + </attribute> + + </attributes> + + </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org