Posted By:
James_Smith
Posted On:
Tuesday, June 22, 2004 08:53 AM
Using Tomcat 5.0.24, java 1.4.2_04, JBuilder 10, and Struts 1.1, we've deployed our War file to tomcat 5.0.24. The appl is legacy (jsp with simple page forwarding, i.e. non-struts) with some struts-based functionality introduced for this release. After the splash page (index.jsp - non-struts), we hit the first struts page (login) and get this error "javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection" Any ideas? The web.xml and struts-config.xml look fine. Snippets below. ........ /
More>>
Using Tomcat 5.0.24, java 1.4.2_04, JBuilder 10, and Struts 1.1, we've deployed our War file to tomcat 5.0.24. The appl is legacy (jsp with simple page forwarding, i.e. non-struts) with some struts-based functionality introduced for this release.
After the splash page (index.jsp - non-struts), we hit the first struts page (login) and get this error "javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection"
Any ideas? The web.xml and struts-config.xml look fine. Snippets below.
........
/images/fold.gif
/images/unfold.gif
xxx
WebApp Desc
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
.........
<<Less