当我在 tomcat6.0 上部署 JSF2.0 应用程序时,出现以下异常:
com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP c
ontainer.
我在 $TOMCAT_HOME/lib 目录中包含了 el-api2.2 和 el-impl2.2 jar 文件,并且我还在我的项目 lib 的文件夹中包含了 el-impl2.2.jar。