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

neil_a_wilson
01.30.2006 3837a95601cc8dc50fba3efccfe10e53dbd83231
refs
author neil_a_wilson <neil_a_wilson@localhost>
Friday, September 1, 2006 23:30 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Friday, September 1, 2006 23:30 +0200
commit3837a95601cc8dc50fba3efccfe10e53dbd83231
tree ecced44e6c2539cfe9d4a3f3685108d4d3cea2ed tree | zip | gz
parent e1336b7edca1f2ae31e29df78b3ce15d07ae6b22 view | diff
Make some minor changes to the server that will aid in setting up the test
environment. The following changes are included:

- Allow the server root to be set using a Java property instead of an
environment variable. Under most circumstances, an environment variable will
be used, but the system property may be used to override that.

- Create a system property that will cause all DirectoryThread objects to be
created as daemon threads. This can be called when running test cases so
that if the server needs to be started it will stop running when all the
tests are complete.
3 files modified
50 ■■■■■ changed files
opends/src/server/org/opends/server/api/DirectoryThread.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigFileHandler.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 19 ●●●●● diff | view | raw | blame | history