Skip to content

felixoldenburg/jmxmp-lifecycle-listener

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
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

No packages published

Languages