mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
02.04.2007 882aedfbfee45fd3b3f7c60089de3c037ba8b1ee
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;
  }
}