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!
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!
本文介绍了一种常见的Tomcat部署问题:org.apache.jasper.JasperException错误,并提供了详细的解决方案。通过删除WEB-INF/lib目录下的javax.servlet.jsp.jar文件,可以避免Tomcat出现混淆情况,从而解决此问题。
2858

被折叠的 条评论
为什么被折叠?



