| Author |
tomcat - struts action mapping not found
|
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
i tried to run a struts application but is like apache tomcat could not locate struts-config.xml file located at /WEB-INF directory,
so it displays error
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection
struts-config.xml
web.xml
FileUploadAndSave.jsp
StrutsUploadAndSaveForm.java
contains form setters and getters
StrutsUploadAndSaveAction.java
contains action codes
|
 |
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
I just added
commons-digester.jar
commons-beanutils.jar
struts.jar
to web-app/lib and set the path
it works
|
 |
 |
|
|
subject: tomcat - struts action mapping not found
|
|
|