A web-fragment implementing a simple JMX MBean browser, modeled on the old JBoss JMX Console. Simply drop this JAR into any WAR project and navigate to /jmx-console.
'com.github.kenwdelong:jmx-console:1.1.0'
<dependency> <groupId>com.github.kenwdelong</groupId> <artifactId>jmx-console</artifactId> <version>1.1.0</version> </dependency>
<dependency org="com.github.kenwdelong" name="jmx-console" rev="1.1.0"/>
"com.github.kenwdelong", "jmx-console", "1.1.0"