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

gbellato
25.36.2006 f5bc6d03a6d83afd1c6b2cf95362cdcaaf566d59
refs
author gbellato <gbellato@localhost>
Tuesday, July 25, 2006 15:36 +0200
committer gbellato <gbellato@localhost>
Tuesday, July 25, 2006 15:36 +0200
commitf5bc6d03a6d83afd1c6b2cf95362cdcaaf566d59
tree 5fb8d529b348167b28f48eb1d2f531bdac76d9f7 tree | zip | gz
parent 1191f1232655a9d47b366ad090876d7da1ccd6a7 view | diff
Fix a problem in the synchronization code when the directory server is started from
something else than the directory instance root because it uses a relative path
to open the changelog db and the changelog db open therefore fails in this case.

This commit change the code to use a path relative to the server root instead
of being relative to the working directory of the process.

This part of the code will need to be further changed to make this path configurable.
1 files modified
9 ■■■■ changed files
opends/src/server/org/opends/server/changelog/Changelog.java 9 ●●●● diff | view | raw | blame | history