@AfterClass public static void stopJetty() throws Exception { server.shutDown(); }
@BeforeClass public static void startJetty() throws Exception { server.startUp(4, 10); }