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

jvergara
07.19.2007 2a55846c7fd94f20d41062cc786a6288dfec76a4
refs
author jvergara <jvergara@localhost>
Thursday, June 7, 2007 19:19 +0200
committer jvergara <jvergara@localhost>
Thursday, June 7, 2007 19:19 +0200
commit2a55846c7fd94f20d41062cc786a6288dfec76a4
tree 2c3f12fcb6a93c97dd7851f3b86442b867a6fb21 tree | zip | gz
parent 54e8ec5df0926adf4fb734ef2780a9a62b6161b7 view | diff
Fix for issue 1633 (JMX port should be disabled by default)

Considering the limited added value that the JMX port will provide on 1.0 and the fact that we do not want to expose it on the QuickSetup, in the admin group we consider to disable this port by default. Before committing a fix for this maybe we should send a Heads Up message to the users mailing list.

Basically after the changes the JMX connection handler will not be enabled if the server is installed using the graphical setup. For the command line setup, JMX will not be enabled unless the user explicitly includes de -x option (for the JMX port) when invoking the command-line.

6 files modified
87 ■■■■ changed files
opends/resource/config/config.ldif 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ProtocolMessages.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureDS.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java 49 ●●●●● diff | view | raw | blame | history