| Note |
|---|
These instructions apply to Jetty 6. For instructions for Jetty 7, see the Jetty 7 wiki. |
How to Run Jetty with jconsole
...
| Code Block |
|---|
java -Dcom.sun.management.jmxremote -jar start.jar etc/jetty-jmx.xml etc/jetty.xml [config files] jconsole & |
| Note |
|---|
For Jetty 7, you must also use the |
See JMX for more details.
Jetty Maven Plugin
...