146147148149150151152153154155156
// start the server. try { server.start(); printServer(server); server.await(); } catch (LifecycleException e) { e.printStackTrace(); } }