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

neil_a_wilson
01.51.2007 51b5fb4e99e41679e1be34a86f4448554fcb938f
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, January 1, 2007 21:51 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, January 1, 2007 21:51 +0100
commit51b5fb4e99e41679e1be34a86f4448554fcb938f
tree 6c1e595e09b4c0fee0f5482417413dce058b0781 tree | zip | gz
parent 4ca3aeae275bca076f4b1302a12c4d70483b4670 view | diff
Add two new server properties:

- org.opends.server.LockDirectory -- Specifies the path to the directory that
should hold the server lock files

- org.opends.server.SchemaDirectory -- Specifies the path to the directory that
should hold the server schema files

These properties can help make it easier for applications to embed OpenDS and
use a filesystem layout that is different from the default layout used by the
server. If either of these properties is not provided, then the default
location will be used (locks for the lock directory, and config/schema for the
schema directory).

OpenDS Issue Number: 649
4 files modified
89 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java 10 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/LockFileManager.java 31 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/SchemaConfigManager.java 24 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java 24 ●●●●● diff | view | raw | blame | history