-
Notifications
You must be signed in to change notification settings - Fork 1
rimar/groovy-jmx-console
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a lightweight JMX console implemented as a Groovlet (Servlet in Groovy) Add Groovlets support to you web.xml like this: <servlet> <servlet-name>Groovy</servlet-name> <servlet-class>groovy.servlet.GroovyServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>Groovy</servlet-name> <url-pattern>*.groovy</url-pattern> </servlet-mapping> Then place the jmx.groovy, *.js and *.css files in your war, then access http://localhost:8080/war_name/jmx.groovy
About
lightweight JMX web console implemented as a Groovlet
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published