I deployed my app in Tomcat7 with jsf 2.1.2, while accessing my jsp page I am getting an IOException
org.apache.jasper.JasperException: /login.jsp (line: 4, column: 56) Unable to read TLD "META-INF/html_basic.tld" from JAR file "jndi:/localhost/AdminUI/WEB-INF/lib/jsf-impl-2.1.2.jar": java.io.IOException: The system cannot find the path specified
but the needed file is present inside the JAR under META-INF. Is this a jsf bug?