5455565758596061
return createServer(name, configDir.toURL(), commonDir.toURL()); } protected Server createServer(String name, URL configDir, URL commonDir) { ServerConfig config = new MockServerConfig(name, configDir, commonDir); return createServer(config); }