struts2项目在tomcat6.0发布正常,但发布至weblogic9.2 报错,有谁能帮忙解决
我的项目在tomcat6.0发布正常,但发布至weblogic9.2 报如下错误,望高人指点:
INFO - Parsing configuration file [struts-default.xml]
INFO - Parsing configuration file [struts-plugin.xml]
INFO - Parsing configuration file [struts.xml]
INFO - Overriding property struts.configuration.xml.reload - old value: false new value: true
INFO - Loading global messages from messageResource
<2008-11-4 下午12时06分25秒 CST> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.struts2.dispatcher.FilterDispatcher.
java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2232)
at java.lang.Class.getDeclaredFields(Class.java:1715)
at com.opensymphony.xwork2.inject.ContainerImpl.addInjectors(ContainerImpl.java:102)
at com.opensymphony.xwork2.inject.ContainerImpl$1.create(ContainerImpl.java:84)
Truncated. see log file for complete stacktrace
>