I have built a JSF web application on Netbeans 5.0m and while trying to run in Tomcat 5, it is giving error messages--
org.apache.jasper.JasperException: Unable to read TLD "META-INF/html_basic.tld" from JAR file "file:/C:/My_Project_JSF/jsfAppDemo/build/web/WEB-INF/lib/jsf-impl.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: com.sun.faces.taglib.html_basic.HtmlBasicValidator
The .tld mentioned is present in the said .jar file, but I still can not figure out what can be reason of this error.
Please help me out...
Ayan Kumar Roy
India
org.apache.jasper.JasperException: Unable to read TLD "META-INF/html_basic.tld" from JAR file "file:/C:/My_Project_JSF/jsfAppDemo/build/web/WEB-INF/lib/jsf-impl.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: com.sun.faces.taglib.html_basic.HtmlBasicValidator
The .tld mentioned is present in the said .jar file, but I still can not figure out what can be reason of this error.
Please help me out...
Ayan Kumar Roy
India