// specifying if the system should look for file modification because this code seems like
// a developement facility, but at the cost of scalability. I think a context param like
// Trinidad is a better idea -= Simon Lessard =-
WebXml.update(facesContext.getExternalContext());
new FacesConfigurator(facesContext.getExternalContext()).update();
requestStarted(facesContext);
PhaseListenerManager phaseListenerMgr = new PhaseListenerManager(this, facesContext, getPhaseListeners());
for (PhaseExecutor executor : lifecycleExecutors)