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

jvergara
02.04.2007 cd7ddcc30ed1b2cedf327e3c45185f815bf7ca29
refs
author jvergara <jvergara@localhost>
Friday, March 2, 2007 18:04 +0100
committer jvergara <jvergara@localhost>
Friday, March 2, 2007 18:04 +0100
commitcd7ddcc30ed1b2cedf327e3c45185f815bf7ca29
tree d5263316721e4f4225b20312c0b2dc8fcf28a203 tree | zip | gz
parent c75666caa67073a57c6aac0b0e06e12de8e154ec 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
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 29 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/UserInstallData.java 20 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ToolMessages.java 39 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureDS.java 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 86 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 9 ●●●●● diff | view | raw | blame | history