I would like to see the JMX infos not only in jconsole/jvisualvm but also
in a browser, via the HTML Adaptor. I found a wiki [1] that says
* Download jmxtools.jar [2] and put that under glassfish/lib
* start up server
* Access Admin Console first (a must)
* By default, the port to connect to the adaptor is 4444. But you can
overwrite it using html.adaptor.port property. eg
-Dhtml.adaptor.port=5555