// END SJSAS 6311155
// Configure JSP monitoring
servletContext.setAttribute(
"org.glassfish.jsp.monitor.probeEmitter",
new JspProbeEmitterImpl(webModule));
// Pass BeanManager's ELResolver as ServletContext attribute
// (see IT 11168)
InvocationManager invocationMgr =
webContainer.getInvocationManager();