Hi,
I am trying to deploy war file on weblogic 10 with struts2, getting error in deployment.
[ERROR]
<Error> <HTTP> <BEA-101165>
<Could not load userdefined filter in web.xml: org.apache.struts2.dispatcher.FilterDispatcher.
java.lang.NoClassDefFoundError: com/opensymphony/xwork2/ActionContext
at org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.
java:195)
at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterMa
nager.java:320)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java
:88)
Truncated. see log file for complete stacktrace
>
[/ERROR]
War File Structure
META-INF ---> application.xml
WEB-INF -- > lib folder -->
struts jar file
---> web.xml & weblogic.xml
ui -->
jsp files
web.xml file looks like.....
Please suggest