@BeforeClass
 public static void startServer() throws IOException {
   server = new SunHttpServerEmbedded();
   server.start();
 }