Author: markt Date: Sun Sep 2 22:35:57 2012 New Revision: 1380075 URL: http://svn.apache.org/viewvc?rev=1380075&view=rev Log: Document additional MBeans
Modified: tomcat/trunk/webapps/docs/cluster-howto.xml Modified: tomcat/trunk/webapps/docs/cluster-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cluster-howto.xml?rev=1380075&r1=1380074&r2=1380075&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/cluster-howto.xml (original) +++ tomcat/trunk/webapps/docs/cluster-howto.xml Sun Sep 2 22:35:57 2012 @@ -653,6 +653,20 @@ List of Cluster Mbeans<br/> </tr> <tr> + <td>FarmWarDeployer</td> + <td>Manages the process of deploying an application to all nodes in the cluster</td> + <td>Not supported</td> + <td><code>type=Cluster, host=${HOST}, component=deployer</code></td> + </tr> + + <tr> + <td>Member</td> + <td>Represents a node in the cluster</td> + <td>type=Cluster, component=member, name=${NODE_NAME}</td> + <td><code>type=Cluster, host=${HOST}, component=member, name=${NODE_NAME}</code></td> + </tr> + + <tr> <td>ReplicationValve</td> <td>This valve control the replication to the backup nodes</td> <td><code>type=Valve,name=ReplicationValve</code></td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org