} else {
this.contextFactory = globalContextFactory;
}
//If the server is started in debug mode create a debugger with the given port
if (debugMode) {
RhinoDebuggerImpl debugger = new RhinoDebuggerImpl(new RhinoTransportService(), debugPort, true, true);
debugger.start();
this.contextFactory.addListener(debugger);
}
}