Hello again,

> i just tried to get the example from "Struts-Framwork" to work with orion.
> has anyone get this to work?

i think, i am on the wrong way!

_this_ code fails:
        InputStream input = getServletContext().getResourceAsStream(config);
        if (input == null)
            throw new UnavailableException
                (internal.getMessage("configMissing", config));

but why?

application.log:
6/26/00 11:23 AM struts-example: org.apache.struts.action.ActionServlet: init
6/26/00 11:23 AM struts-example: org.apache.struts.action.ActionServlet: Loading 
application resources from resource org.apache.struts.example.ApplicationResources
6/26/00 11:23 AM struts-example: org.apache.struts.action.ActionServlet: Initializing 
configuration from resource path /WEB-INF/action.xml
6/26/00 11:23 AM struts-example: Error preloading servlet
javax.servlet.UnavailableException: Missing configuration resource for path 
/WEB-INF/action.xml
        at org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:567)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:268)
        at javax.servlet.GenericServlet.init(GenericServlet.java)

thanks a lot
  klaus

--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

 "There's got to be more to life than compile-and-go."

Reply via email to