Servlet Faces Servlet is not available (richfaces 4,tomcat 7)

倾然丶 夕夏残阳落幕 提交于 2019-12-02 03:31:49

You need to bundle JSF implementation jars viz. jsf-api.jar and jsf-impl.jar inside your WEB-INF\lib (Either Mojarra or MyFaces), since Tomcat does not come bundled with JSF jars

The project is missing JSF jars. I believe project based on 'JSFKickStartWithoutLibs' template is intended to be run on JBoss AS - which already comes with JSF jars.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!