opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java
@@ -301,5 +301,14 @@ { return (port <= 1024) && !isWindows(); } /** * Returns the default value for the JMX Port. * @return the default value for the JMX Port. */ public static int getDefaultJMXPort() { return 1689; } }