I've installed Tomcat again. The error I'm getting now is this:

javax.servlet.ServletException: Cannot find message resources under key 
org.apache.struts.action.MESSAGE
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
        org.apache.jsp.inicio_jsp._jspService(inicio_jsp.java:85)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


In OC4J container it runs well. Can anyone help me? Thanks,

Eider



Wendy Smoak wrote:

From: "Eider Iturbe" <[EMAIL PROTECTED]>

I've developed a web application using JDeveloper and I've tested it using JDeveloper's embedded server, OC4J. Now I'm attempting that this web application works in Tomcat (version 5). But I've problems, because Tomcat can't compile some code.

Do I have to install/add any library in Tomcat in order to Struts application works well?


Possibly. If the other container is providing some libraries for you that Tomcat does not, then yes, you'll have to add them to your webapp or a common area in Tomcat as appropriate.

What error message are you getting?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to