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

neil_a_wilson
01.30.2006 f8694ed7365096addbb23f82e0bf492fa87d2964
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
commitf8694ed7365096addbb23f82e0bf492fa87d2964
tree 77645884d39904a6669b27ef6e09419b5a9391db tree | zip | gz
parent 8d1eb37a38871a3025c83a8a1cbe8ce0860c71b5 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
opendj-sdk/opends/src/server/org/opends/server/api/DirectoryThread.java 19 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigFileHandler.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java 19 ●●●●● diff | view | raw | blame | history