Hi all,
I've encountered the ever-popular Missing resources attribute
org.apache.struts.action.MESSAGE error when trying to access the
struts-example application using Win NT, orionserver 1.4, jdk1.3 and struts
from 13Nov. I've searched through the struts message archives and tried all
the suggestions I could find, but still no luck. (I was able to deploy the
example on JRun 3.0, but not on orionserver.)
Any help will be greatly appreciated because I definitely want to use
orionserver instead of JRun.
Here's the error:
javax.servlet.jsp.JspException: Missing resources attribute
org.apache.struts.action.MESSAGE
at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:232)
at /index.jsp._jspService(/index.jsp.java:39) (JSP page line 8)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.xa(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d3.so(JAX)
at com.evermind.server.http.d3.sm(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)
Here's my application.xml entry:
<web-module id="strutsExample"
path="d:\struts\webapps\struts-example.war"/>
Here's my default-web-site.xml entry:
<web-app application="default" name="strutsExample"
root="/struts-example"/>
Orion is at d:\orion and struts is at d:\struts.
Thanks,
Denis Hanson