Unable to read TLD "META-INF/c.tld" from JAR file standard.rar

我写的项目莫名其妙出现下面错误:Unable to read TLD "META-INF/c.tld" from JAR file 。。。 standard.rar

网上找了一下,有的重装tomacat,有的重建工程,我的错误这样解决的,搜了一个资料,就是删掉javax.servlet.jsp.jar

http://appfuse.547863.n4.nabble.com/Unable-to-read-TLD-META-INF-c-tld-from-JAR-file-td978156.html

Afafter 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 !



你可能感兴趣的:(C++,c,jsp,C#,Appfuse)