protected void setUp() throws Exception {
System.setProperty("DEBUG", "true");
System.setProperty("java.protocol.handler.pkgs", "HTTPClient");
configuration = new HttpConfiguration();
server = new JettyContextManager();
server.setConfiguration(configuration);
}