You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ivar Kanters <iv...@gend.nl> on 2002/06/17 12:53:45 UTC

Cannot deploy application on websphere server.

I have made a small webapplication with struts in WSAD 4.0.3 which I want to deploy on the (websphere) application server.
The applicatiopn works fine on the websphere v4.0 testserver, but when I deploy it on the server I get this error message: 

Error Message: Cannot find message resources under key org.apache.struts.action.MESSAGE
Error Code: 500
Target Servlet: null
Error Stack: 
javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE 
at org.apache.struts.util.RequestUtils.message(RequestUtils.java:793) 
at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:295) 
at index_jsp_0._jspService(index_jsp_0.java:114) 
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:139) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 
at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:286) 
at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:415) 
...

I deploy the  application by installing the ear file on the server which I exported from the WSAD.

Can anyone give me some advise?

Ivar


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>