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

neil_a_wilson
13.37.2007 95c4c44445c5766546cfd45865e6a7a5d03b8941
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -869,6 +869,22 @@
  /**
   * Retrieves the path to the configuration file used to initialize the
   * Directory Server.
   *
   * @return  The path to the configuration file used to initialize the
   *          Directory Server.
   */
  public static String getConfigFile()
  {
    assert debugEnter(CLASS_NAME, "getConfigFile");
    return directoryServer.configFile;
  }
  /**
   * Starts up the Directory Server.  It must have already been bootstrapped
   * and cannot be running.
   *