dispatcher « Filter « JSP-Servlet Q&A





1. org.apache.struts2.dispatcher.FilterDispatcher cannot be cast to javax.servlet.Filter    struts.1045723.n5.nabble.com

Hi, I am fairly new to Struts. I'm trying to get an application which uses Struts to work on Glassfish v3. I have made it work on JBoss and Tomcat. If I put struts2-core-2.1.8.jar in the classpath, loading the application triggers the error message: WARNING: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.struts2.dispatcher.FilterDispatcher cannot be cast to javax.servlet.Filter ...