new InstanceManagerImplementation());
JspApplicationContext jspApplicationContext = JspFactory.getDefaultFactory().getJspApplicationContext(
servletConfig.getServletContext());
// Register the ELResolver with JSP
jspApplicationContext.addELResolver(manager.getELResolver());
// Register ELContextListener with JSP
jspApplicationContext.addELContextListener(Reflections
.<ELContextListener> newInstance("org.jboss.weld.el.WeldELContextListener"));