解决 struts2 in tomcat5.0 Error filterstart 问题

struts2 在 tomcat5.0下出现以下错误,而在tomcat5.5下则正常运行。

2008-8-1 11:19:56 org.apache.catalina.core.StandardHostDeployer install 
信息: Installing web application at context path /struts2Test from URL file:D:\Tomcat 5.0\webapps\struts2Test
2008-8-1 11:20:05 org.apache.catalina.core.StandardContext start 
严重: Error filterStart 
2008-8-1 11:20:05 org.apache.catalina.core.StandardContext start 
严重: Context startup failed due to previous errors

 

由于jdk1.5 与 tomcat5.0之间的关于 TransformerFactoryImpl 类的冲突造成的。 
tomcat-5.0.28\common\endorsed下有两个jar包:xercesImpl.jar和xml-apis.jar,其中的类 javax.xml.transform.TransformerFactory 与jdk1.5中的类org.apache.xalan.processor.TransformerFactoryImpl其实是同一个类。 
in tomcat java is called with the following argument: 
-Djava.endorsed.dirs="X:\my_app\Portal\tomcat\common\endorsed" 
In this directory you find two jar files: xercesImpl.jar and xml-apis.jar needed by tomcat and that must be loaded before all xmsl stuff present in the jdk (1.4 naming problem). And in the file xml-apis.jar the TransformerFactoryImpl is set to "org.apache.xalan.processor.TransformerFactoryImpl".

 

解决办法: 
1. 将xml-apis.jar移出endorsed文件夹。 
2. 用xalan系列jar包替换原来的xercesImpl.jar和xml-apis.jar。 
xalan系列jar包:serializer.jar、xalan.jar、xercesImpl.jar和xml-apis.jar。

 

xalan系列jar包下载地址:

http://www.apache.org/dyn/closer.cgi/xml/xalan-j
目前最新版本是:xalan-j_2_7_1-bin.zip

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值