214215216217218219220221
server.addHandler(contextHandler); server.start(); } catch (final RuntimeException e) { throw e; } catch (final Exception e) { throw new WebServerException("Web server failed to start", e); } }