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

jvergara
07.19.2007 2a55846c7fd94f20d41062cc786a6288dfec76a4
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)
        {