Skip to content

Commit

Permalink
all the jmx server to be turned off via a system property
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 18, 2011
1 parent 147c736 commit fe266fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public enum Mode {

protected boolean join = true;

protected boolean createJmxServer = true;
protected boolean createJmxServer = Boolean.parseBoolean(System.getProperty("symmetric.default.create.jmx.server", "true"));

protected String webHome = "/";

Expand Down

0 comments on commit fe266fb

Please sign in to comment.