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

jvergara
07.19.2007 76703fd6f12915f19504284806a0ad9f88c7c0bd
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureDS.java
@@ -638,6 +638,11 @@
                                          true, false, true, true, 1, true,
                                          65535, jmxPort.getIntValue());
          configEntry.putConfigAttribute(portAttr);
          msgID = MSGID_JMX_CONNHANDLER_DESCRIPTION_ENABLE;
          BooleanConfigAttribute enablePortAttr =
            new BooleanConfigAttribute(ATTR_CONNECTION_HANDLER_ENABLED,
                getMessage(msgID), true, true, true);
          configEntry.putConfigAttribute(enablePortAttr);
        }
        catch (Exception e)
        {