From 313c7ce226afaa79e811d6fa0f5ad8b8a59f0fd5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 13 Aug 2007 14:48:19 +0000
Subject: [PATCH] Provide a new org.opends.server.util.EmbeddedUtils class that can be used to simplify the process of running the server as an embedded application.  There are methods to start, stop, and restart the server, as well as to determine whether the server is running.  Also, provide a new org.opends.server.types.DirectoryEnvironmentConfig class that can be used to define a number of "environment" properties that provide information about the way in which the server should run.

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index afa68fe..a051756 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2723,6 +2723,15 @@
 
 
   /**
+   * The default name of the file that holds the configuration for the Directory
+   * Server.  It should exist below the directory specified by the
+   * {@code CONFIG_DIR_NAME}.
+   */
+  public static final String CONFIG_FILE_NAME = "config.ldif";
+
+
+
+  /**
    * The DN of the entry that will serve as the root for the Directory Server
    * configuration.
    */

--
Gitblit v1.10.0