116117118119120121122123124125126
server.init(conf); server.start(); return server.getPort(); } finally { server.stop(); healthChecker.stop(); } } @Test public void testNMWebAppWithOutPort() throws IOException {
108109110111112113114115116117118
109110111112113114115116117118119