Description
Currently, to make JSF applications work, we have to add JSF implementation libraries to <<Tomcat_Install>>/lib .
We need have the ability to add JSF implementation jars to each web applications' WEB-INF/lib directory. This would allow a user to use different JSF implementations in different web applications within the same container.
If you try and add a JSF implementation jars to WEB-INF/lib, you get a ClassNotFoundException for the java.faces.FacesServlet