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

neil_a_wilson
01.51.2007 4e6c2e385283bfa2444d5a5b31e8054d6f3c2537
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
commit4e6c2e385283bfa2444d5a5b31e8054d6f3c2537
tree 40dd31756718f731e5400191c0f4c5d8dc25be55 tree | zip | gz
parent db656a9e14ee540e35eb9cc5679a107a5d02712c 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
opends/src/server/org/opends/server/backends/SchemaBackend.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/LockFileManager.java 31 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SchemaConfigManager.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 24 ●●●●● diff | view | raw | blame | history