protected void tearDown() throws Exception {
   super.tearDown();
   //    JettyServer.stop();
 }
 protected void setUp() throws Exception {
   super.setUp();
   JettyServer.start();
 }