in your $tomcat/conf/server.xml, add the following (in bold)
<Server port="8005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.mbeans.JmxRemoteLifecycleListener" miRegistryPortPlatform="10099" rmiServerPortPlatform="9595" />
In addition, add to your $tomcat/lib/ directory the JAR that gives this JMX capability , called catalina-jmx-remote.jar
I can see that you can find it here:
No comments:
Post a Comment