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

neil_a_wilson
01.30.2006 f8694ed7365096addbb23f82e0bf492fa87d2964
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";
}