// get JspApplicationContext.
JspApplicationContext jspAppContext = JspFactory.getDefaultFactory().getJspApplicationContext(
sre.getServletContext());
// register compositeELResolver with JSP
jspAppContext.addELResolver(beanManager.getELResolver());
jspAppContext.addELContextListener(Reflections.<ELContextListener> newInstance(
"org.jboss.weld.el.WeldELContextListener", getClass().getClassLoader()));
// Hack into JBoss Web/Catalina to replace the ExpressionFactory