List<ServletHost> hosts = servletHosts.getServletHosts();
if (!hosts.isEmpty()) {
this.servletHost = hosts.get(0);
}
contextServlet = new ComponentContextServlet();
DefaultContextScriptProcessorExtensionPoint dcspep = (DefaultContextScriptProcessorExtensionPoint)extensionPoints.getExtensionPoint(ContextScriptProcessorExtensionPoint.class);
dcspep.setComponentContextServlet(contextServlet);
}