| | |
| | | import org.opends.server.extensions.ConfigFileHandler; |
| | | import org.opends.server.loggers.Access; |
| | | import org.opends.server.loggers.Error; |
| | | import org.opends.server.loggers.Debug; |
| | | import org.opends.server.plugins.InvocationCounterPlugin; |
| | | import org.opends.server.protocols.internal.InternalClientConnection; |
| | | import org.opends.server.types.DN; |
| | |
| | | directoryServer.bootstrapServer(); |
| | | directoryServer.initializeConfiguration(configClass, configFile); |
| | | Error.removeAllErrorLoggers(false); |
| | | Debug.removeAllDebugLoggers(false); |
| | | Access.addAccessLogger(TestAccessLogger.getInstance()); |
| | | Error.addErrorLogger(TestErrorLogger.getInstance()); |
| | | directoryServer.startServer(); |