assertNotNull("Root container has no web url (null)?!", container.getJMXUrl());
System.out.println("Web URL for container 'root' : " + container.getContainerWebURL());
} catch (IOException ex) {
fail(ex.getMessage());
} finally {
con.disconnect();
}
}
@Test
public void testRootContainerDebugPort() throws Exception {