httpproc.addInterceptor(new ResponseContent());
httpproc.addInterceptor(new ResponseConnControl());
// Set up request handlers
HttpRequestHandlerRegistry reqistry = new HttpRequestHandlerRegistry();
reqistry.register("*", new HttpFileHandler(this.docRoot));
// Set up the HTTP service
HttpService httpService = new HttpService(
httpproc,
new DefaultConnectionReuseStrategy(),