We are upgrading Web application from struts 2.3.16 to 2.5.13. We are using Web sphere application server(WAS 8.5) to run and IDE is RAD.
I have added all required JAR files but I am getting this error
Error 500: javax.servlet.ServletException: Filter [struts2]: Could not find required filter class - org.apache.struts2.dispatcher.FilterDispatcher.class
when i checked new Struts-core-2.5.13 it does not contain org.apache.struts2.dispatcher.FilterDispatcher.class
I have made the filter changes in web.xml
as below:
<filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>