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

jvergara
12.03.2009 72dbc9257b037e835392f4976661baca85a70570
refs
author jvergara <jvergara@localhost>
Monday, January 12, 2009 02:03 +0100
committer jvergara <jvergara@localhost>
Monday, January 12, 2009 02:03 +0100
commit72dbc9257b037e835392f4976661baca85a70570
tree 1be94ac0f0c1dba3cda18bd970fa8b9972e6045f tree | zip | gz
parent 04f01423caa7ce29c6ca93ceeb6775ecca2dd74b view | diff
Fix for issue 3709 (control-panel: value of "Backup Path" field should be the instance path and not the installation path in the Backup/Restore panels)
The code has been update to use the instance path instead of the install path in different places (the default backup directory, the path to be used to retrieve the java properties file, etc.).
If we are dealing with a package installation (install and instance paths are different), the control panel and the status command-line will display two paths: one for the install and the other for the instance.
6 files modified
96 ■■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ControlPanelInfo.java 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ServerDescriptor.java 28 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupListPanel.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/JavaPropertiesPanel.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusPanel.java 30 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/status/StatusCli.java 32 ●●●●● diff | view | raw | blame | history