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

jvergara
07.19.2007 76703fd6f12915f19504284806a0ad9f88c7c0bd
refs
author jvergara <jvergara@localhost>
Thursday, June 7, 2007 19:19 +0200
committer jvergara <jvergara@localhost>
Thursday, June 7, 2007 19:19 +0200
commit76703fd6f12915f19504284806a0ad9f88c7c0bd
tree 77bc33e41b3ceabf914ee56def58d0394e01a0c9 tree | zip | gz
parent b11994cc0136fc9f14949fdd3316ce032861f852 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
opendj-sdk/opends/resource/config/config.ldif 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ProtocolMessages.java 10 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureDS.java 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java 49 ●●●●● diff | view | raw | blame | history