-
Notifications
You must be signed in to change notification settings - Fork 4
A jmxmp connector server implemented as tomcat lifecycle listener
License
felixoldenburg/jmxmp-lifecycle-listener
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Maven project for a JMXMP connector server with configurable port, based on: http://stackoverflow.com/questions/11413178/how-to-enable-jmxmp-in-tomcat Usage ($CATALINA_HOME/conf/server.xml): <Listener className="javax.management.remote.extension.JMXMPLifecycleListener" port="5555" /> And don't forget to add the jmxmp jars to $CATALINA_HOME/lib See http://stackoverflow.com/questions/11412560/where-to-download-jmxmp Note Also make sure the JMX client also adds the jmxremote_optional.jar to the classpath. For VisualVM: visualvm --cp:a jmxremote_optional.jar The JXM connection URL will be: service:jmx:jmxmp://<remote_server>:5555
About
A jmxmp connector server implemented as tomcat lifecycle listener
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published