From f8694ed7365096addbb23f82e0bf492fa87d2964 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 01 Sep 2006 21:30:06 +0000
Subject: [PATCH] Make some minor changes to the server that will aid in setting up the test environment. The following changes are included:
---
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
index c64a154..b456776 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2005,5 +2005,24 @@
*/
public static final String PROPERTY_DISABLE_EXEC =
"org.opends.server.DisableExec";
+
+
+
+ /**
+ * The name of the system property that can be used to determine whether all
+ * <CODE>DirectoryThread</CODE> instances should be created as daemon threads
+ * regardless of whether they would otherwise be configured that way.
+ */
+ public static final String PROPERTY_FORCE_DAEMON_THREADS =
+ "org.opends.server.ForceDaemonThreads";
+
+
+
+ /**
+ * The name of the system property that can be used to specify the path to the
+ * server root.
+ */
+ public static final String PROPERTY_SERVER_ROOT =
+ "org.opends.server.ServerRoot";
}
--
Gitblit v1.10.0