...
| Code Block |
|---|
java -jar start.jar etc/jetty-jmx.xml etc/jetty.xml |
| Note |
|---|
Jetty 7 requires |
Jetty Maven Plugin
If you are using the jetty maven plugin you should copy the etc/jetty-jmx.xml file into your webapp project somewhere, such as src/etc, then add a <jettyConfig> element to the plugin <configuration>:
...