Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 23, 2012
1 parent 85a522f commit fb711bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
Expand Up @@ -45,9 +45,7 @@ private Constants() {

public static final String SYS_PROP_DEFAULT_HTTP_PORT = "symmetric.default.http.port";

public static final String SYS_PROP_DEFAULT_HTTPS_PORT = "symmetric.default.https.port";

public static final String SYS_PROP_CREATE_JMX_SERVER = "symmetric.default.create.jmx.server";
public static final String SYS_PROP_DEFAULT_HTTPS_PORT = "symmetric.default.https.port";

public static final String PLEASE_SET_ME = "please set me";

Expand Down
Expand Up @@ -23,8 +23,6 @@
/**
* These are properties that can be set only as Java System properties using
* -D settings.
*
*
*/
public class SystemConstants {

Expand Down
Expand Up @@ -724,19 +724,6 @@ db2.zseries.version=DSN08015
# Tags: other
jmx.line.feed=text

# Specify whether the legacy JMX interfaces should be enabled or not.
# Tags: other
# Type: boolean
jmx.legacy.beans.enabled=false

# Tags: other
# Type: boolean
jmx.http.console.for.embedded.webserver.enabled=true

# Tags: other
# Type: boolean
jmx.http.console.localhost.only.enabled=false

# Specify whether to push node records to configured push clients. If this is true
# the node for this instance and the node rows for all children instances will be pushed
# to all nodes that this node is configured to push to.
Expand Down

0 comments on commit fb711bc

Please sign in to comment.