8889909192939495969798
jetty.addConfiguration("jetty.xml"); jetty.addConfiguration("jetty-http.xml"); jetty.addConfiguration("jetty-deploymgr-contexts.xml"); // Should not throw an Exception jetty.load(); // Start it jetty.start(); } finally