try {
connector.open();
server.start();
} catch (Exception e) {
throw new LaunchException("Failed to start jetty server: " + e, e);
}
Command shutdown = new Command() {
@Override public void execute() {
LOG.info("Shutting down embedded http server");