| | |
| | | |
| | | |
| | | /** |
| | | * The name of the system property that can be used to specify the |
| | | * fully-qualified name of theclass that provides the Director Server config |
| | | * handler implementation. |
| | | */ |
| | | public static final String PROPERTY_CONFIG_CLASS = |
| | | "org.opends.server.ConfigClass"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the system property that can be used to specify the path to the |
| | | * configuration file that should be used to initialize the config handler. |
| | | */ |
| | | public static final String PROPERTY_CONFIG_FILE = |
| | | "org.opends.server.ConfigFile"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the system property that can be used to disable any connection |
| | | * handler that may be enabled in the server configuration. This may be used |
| | | * to start the server in a mode where it will not accept any external |