Ejemplo n.º 1
0
 private void stopServer() throws Exception {
   server.stop();
 }
Ejemplo n.º 2
0
 private String url(String path) {
   return "http://localhost:" + server.getPort() + path;
 }
Ejemplo n.º 3
0
 private void startServer() throws Exception {
   server.start();
 }