Unable to read TLD "META-INF/tlds/struts-bean.tld"
前几天发现原来很好用的系统总是报Unable to read TLD "META-INF/tlds/struts-bean.tld" from JAR file 错误.
具体错误信息为:
HTTP Status 500 -type Exception report
Message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: /index.jsp(1,1) Unable to read TLD "META-INF/tlds/struts-bean.tld" from JAR file "file:*****/WEB-INF/lib/struts.jar":
原因:经过几天测试发现更新了工程用的lib文件夹下的jar,发布时也发布了servlet.jar和jsp-api.jar。
解决办法:
方法一:把jsp-api.jar删除就解决这个问题了。
方法二:将Tomcat换成6.0
我的解决办法:删除servlet.jar及与servlet相关的jar文件
1 楼 somesky 2008-03-18 为什么会这样子的啊
JSP-API.JAR加了就出错??
我也有这样的问题,我纳闷了 2 楼 danlley 2008-07-02 我更郁闷,因为必须用JSP-API.JAR里的一些类来处理东西,根本就没办法删,不知道有没有什么权宜之计啊
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html