configureClasspath(webInfPath);
// create the site context
try {
//siteContext = new SiteContext(contextRoot, servletConfig.getInitParameter("config"));
siteContext = new SiteContext(contextRoot, "WEB-INF/jpublish.xml");
siteContext.setWebInfPath(webInfPath);
} catch (Exception e) {
Debug.logError(e, "Cannot load SiteContext", module);
}