Skip to content

Commit

Permalink
added a note on how to enable JMX by default in jetty 8.x (would be n…
Browse files Browse the repository at this point in the history
…ice to enable this by default jetty-folks!)
  • Loading branch information
jstrachan committed Apr 18, 2013
1 parent 4c03b42 commit e4baa28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/GetStarted.md
Expand Up @@ -32,6 +32,10 @@ Copy the WAR file to your deploy directory in your container; for simplicity use

To see whats changed lately check out the [change log](http://hawt.io/changelog.html).

If you are using Jetty 8.x then JMX may not enabled by default, so make sure the following line is not commented out in start.ini (you may have to uncomment it to enable JMX).

etc/jetty-jmx.xml

## Using Apache Karaf, Apache Servicemix, or Fuse ESB

If you are using a developer snapshot of [Fuse ESB](http://fusesource.com/products/fuse-esb-enterprise/) you can run:
Expand Down

0 comments on commit e4baa28

Please sign in to comment.