Author: kfujino Date: Tue Apr 11 09:29:04 2017 New Revision: 1790946 URL: http://svn.apache.org/viewvc?rev=1790946&view=rev Log: Add documents for JMX support of cluster channel.
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=1790946&r1=1790945&r2=1790946&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-channel.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-channel.xml Tue Apr 11 09:29:04 2017 @@ -118,6 +118,22 @@ flag. The default is false. </attribute> + <attribute name="jmxEnabled" required="false"> + Flag whether the channel components register with JMX or not. + The default value is true. + </attribute> + + <attribute name="jmxDomain" required="false"> + if <code>jmxEnabled</code> set to true, specifies the jmx domain which + this channel should be registered. The ClusterChannel is used as the + default value. + </attribute> + + <attribute name="jmxPrefix" required="false"> + if <code>jmxEnabled</code> set to true, specifies the jmx prefix which + will be used with channel ObjectName. + </attribute> + </attributes> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org