Unable to initialize FacesServlet in Tomcat 7 - ClassNotFoundException
After 2 weeks i found the answer. very simply as always in the end. you need to copy both
jsf-api.jar
jsf-impl.jar
To the tomcat lib
. having it in the project
lib does not seem to work.