Quickly set up a base environment for JSF that can run under tomcat. The steps presented here are
Download jsf 1.1
Download jstl 1.0
Drop in the jar files in your web app
setup the web.xml
setup the faces-config.xml
create a hello-world.jsp
Access the page via a url
My first error before getting it to work