Hi,
I have an application that use: view-jsp;controller-struts;and model-ejb. I like include this application in module web (nukes.war) for this application appear in the main content area of Nukes and without blocks or modules. When I included my application "nukes.ear" (with nukes.war modify), and I started the Jboss Server, i found the follow errors:
- 2005-04-05 20:55:00,428 ERROR [org.apache.commons.digester.Digester] Begin event threw exception
java.lang.reflect.InvocationTargetException
- 2005-04-05 20:55:00,448 ERROR [org.apache.struts.action.ActionServlet] Parsing error processing resource path
java.lang.reflect.InvocationTargetException
- 2005-04-05 20:55:00,468 ERROR [org.jboss.web.localhost.Engine] StandardContext[]: Servlet threw load() exception
javax.servlet.UnavailableException: Parsing error processing resource path
- 2005-04-05 21:02:32,638 ERROR [org.jboss.nukes.component.Component.jsp] Problem when rendering jsp
org.apache.jasper.JasperException: Cannot find ActionMappings or ActionFormBeans collection
I think that errors are caused by the path.
thank you in advance!!