|
|
| Struts 2.0- Deployment |
Expert:sailaja
Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.FilterDispatcher
JDK 1.5 Tomcat 6.0 |
| Answers |
Hi friend,
Check your config of Web.xml :
<filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class> </filter>
<filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
For more information on Struts2 visit to :
http://www.roseindia.net/struts/struts2/
Thanks
|
I placed correct web.xml only. For first time I got screen also. when I restarted, issue raised. I checked class path also.
please suggest me
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|