java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
classnotfoundexception, jsf, primefaces, tomcat6
Solution
Apparently, you're not missing anything else. Just try to do the following:
- Ensure that the necessary jars exist in the "lib" project folder;
- Do clean & build;
In the end, you should find those included jars, available within the "build" project folder.
Problem
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.2.jar jars and - primefaces-2.2.RC2.jar in the `WEB-INF/lib` folder. Is there any jar I am missing?