server.addConnector(connector2);
ContextHandlerCollection contexts = new ContextHandlerCollection();
server.setHandler(contexts);
MovedContextHandler moved = new MovedContextHandler(contexts,"/","/cometd");
moved.setDiscardPathInfo(true);
Context context = new Context(contexts,"/cometd",Context.NO_SECURITY|Context.SESSIONS);
context.setBaseResource(new ResourceCollection(new Resource[]
{