Author: markt
Date: Sun Sep  2 22:36:59 2012
New Revision: 1380077

URL: http://svn.apache.org/viewvc?rev=1380077&view=rev
Log:
Doc updates

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1380073,1380075

Modified: tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml?rev=1380077&r1=1380076&r2=1380077&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml Sun Sep  2 22:36:59 2012
@@ -627,24 +627,6 @@ set CATALINA_OPTS=\
 -Dcom.sun.management.jmxremote.authenticate=false
 </source>
 </p>
-<p>Activate JMX with JDK 1.4:
-<ol>
-<li>Install the compat package</li>
-<li>Install the mx4j-tools.jar at common/lib (use the same mx4j version as 
your tomcat release)</li>
-<li>Configure a MX4J JMX HTTP Adaptor at your AJP Connector<p></p>
-<source>
-&lt;Connector port="${AJP.PORT}"
-   handler.list="mx"
-   mx.enabled="true"
-   mx.httpHost="${JMX.HOST}"
-   mx.httpPort="${JMX.PORT}"
-   protocol="AJP/1.3" /&gt;
-</source>
-</li>
-<li>Start your tomcat and look with your browser to 
http://${JMX.HOST}:${JMX.PORT}</li>
-<li>With the connector parameter <code>mx.authMode="basic" 
mx.authUser="tomcat" mx.authPassword="strange"</code> you can control the 
access!</li>
-</ol>
-</p>
 <p>
 List of Cluster Mbeans<br/>
 <table border="1" cellpadding="5">
@@ -671,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

Reply via email to