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

jvergara
02.04.2007 882aedfbfee45fd3b3f7c60089de3c037ba8b1ee
refs
author jvergara <jvergara@localhost>
Friday, March 2, 2007 18:04 +0100
committer jvergara <jvergara@localhost>
Friday, March 2, 2007 18:04 +0100
commit882aedfbfee45fd3b3f7c60089de3c037ba8b1ee
tree bfbaa1bb0f2d96bb8a8704e9a081b32e0db043c2 tree | zip | gz
parent d85798664c85ddef4495b994618cf45e46c83e80 view | diff
Allow the user to specify the JMX port using *j* option during the cli installation and using configure script.
In the QuickSetup I added some code to *temporarily* select a port that is not being used for JMX. Today we do not inform the user of the existence of this port so this approach does not make things much worse and reduces the changes of port conflicts in general. Even in the case where we are not installing multiple instances of OpenDS the port 1689 might be in use by another process.
7 files modified
226 ■■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 29 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/UserInstallData.java 20 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java 39 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureDS.java 41 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java 86 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java 9 ●●●●● diff | view | raw | blame | history