java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

前端 未结 9 1352
温柔的废话
温柔的废话 2021-02-05 19:14

I am getting this error, when executing JSF and PrimeFaces.

I have included these jars,

  • jsf-api-2.0.3.jar,
  • jsf-impl-2.0.3.jar ,
  • jstl-1.0.
9条回答
  •  时光说笑
    2021-02-05 19:28

    1. Download JAR's from here: http://myfaces.apache.org/download.html

    2. Copy them to TOMCAT lib directory.

    3. Add to Tomcat web.xml these lines from screenshot: listener

提交回复
热议问题