Beispiel #1
0
 public void run() {
   try {
     server.start(PORT, TESTService.class);
   } catch (MalformedURLException | ServletException | LifecycleException e) {
     e.printStackTrace();
   }
 }