Up to this point I've been running JSF 1.2 apps on Tomcat 6.0. I have now started a new JSF 2.0 project on a different instance of Tomcat (For testing).
I would like to deploy the new JSF 2.0 project on the main Tomcat 6.0 server and am facing the challenge of "telling" the new project to use the 2.0 libraries while the old projects should keep on using the old libraries.
All the libraries are common per server (Although the build path is obviously per project). What I would like to know is how to tell a project to use the JSF 2.0 API.
Thanks!