Server server = new Server();
// TODO: Replace paths relative to /bin/
XmlConfiguration configuration = new XmlConfiguration(new File(
"../jetty/shuttl.xml").toURI().toURL());
configuration.configure(server);
// TODO: Replace paths relative to /bin/
server.setHandler(new WebAppContext("../webapps/shuttl", "/shuttl"));
ShuttlServer servermbean = new ShuttlServer();
Connector connectors[] = server.getConnectors();