I am new to JSF and PrimeFaces (and new to stackoverflow) and am having a configuration/deployment problem. I am using PrimeFaces 5.0, Tomcat 7.0.55, and JSF 2.2. The JSF tags
You're using JSP. JSP is deprecated since JSF 2.0 (at date, almost 5 years ago already). Therefore, JSF 2.0 compatible component libraries don't support JSP anymore. PrimeFaces is such one. Already since PrimeFaces 2.0 it didn't support JSP.
Use JSP's successor Facelets instead.