Author: markt
Date: Sun Sep 2 22:29:02 2012
New Revision: 1380073
URL: http://svn.apache.org/viewvc?rev=1380073&view=rev
Log:
Remove unnecessary section on java 1.4
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=1380073&r1=1380072&r2=1380073&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/trunk/webapps/docs/cluster-howto.xml Sun Sep 2 22:29:02 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>
-<Connector port="${AJP.PORT}"
- handler.list="mx"
- mx.enabled="true"
- mx.httpHost="${JMX.HOST}"
- mx.httpPort="${JMX.PORT}"
- protocol="AJP/1.3" />
-</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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]