Skip to content

Instantly share code, notes, and snippets.

@SCBbestof
Created April 22, 2021 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SCBbestof/72549e35c30d622cc037c47c8d0ea732 to your computer and use it in GitHub Desktop.
Save SCBbestof/72549e35c30d622cc037c47c8d0ea732 to your computer and use it in GitHub Desktop.
JMiniX Servlet
<servlet>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
<servlet-class>
org.jminix.console.servlet.MiniConsoleServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>JmxMiniConsoleServlet</servlet-name>
<url-pattern>/jmx/*</url-pattern>
</servlet-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment