@After
 public void tearDown() throws Exception {
     server.stop();
 }
 @Before
 public void setUp() throws Exception {
     server.start();
 }