Esempio n. 1
0
  @BeforeClass
  public static void initJetty() throws Exception {
    jetty = new JettyDistro(JmxServiceTest.class);

    jetty.delete("contexts/javadoc.xml");

    jetty.overlayConfig("monitor");

    jetty.start();

    JMXMonitor.setServiceUrl(jetty.getJmxUrl());
  }