Unable to read TLD "META-INF/displaytag.tld" from JAR

org.apache.jasper.JasperException: /index.jsp(1,1) Unable to read TLD "META-INF/displaytag.tld" from JAR?

answer:

After a while of debugging, I managed to find a way to fix this.

Apparently Tomcat gets confused if you have javax.servlet.jsp.jar (or
similar) in your WEB-INF/lib directory.

By deleting that file from WEB-INF/lib directory, the problem was solved.

Cheers!

你可能感兴趣的:(apache,tomcat,jsp,Web,servlet)