Re: [OT] Struts in Tomcat

2006-01-12 Thread Laurie Harper
Neil Meyer wrote: Good day, I know this is probably not the right user group for this question but I really need some advice I run 'n struts application in Tomcat. It is tomcat 5.5.9 and JDK: j2sdk-1_11_2_09. The problem is that this Tomcat get sometimes so slow and it is not stable it will som

[OT] Struts in Tomcat

2006-01-12 Thread Neil Meyer
Good day, I know this is probably not the right user group for this question but I really need some advice I run 'n struts application in Tomcat. It is tomcat 5.5.9 and JDK: j2sdk-1_11_2_09. The problem is that this Tomcat get sometimes so slow and it is not stable it will sometimes just hang.

Re: Struts in Tomcat

2005-10-21 Thread Ext . Ilitia2
Hi, I guess that your problem is because in your page inicio.jsp you have put a key that not exist in the resources file that you have declared in the strut's configuration file. I hope help you. Juan José Cuadrado Salomón Software Developer Mobile Phone: +34 654 37 38 59 ::: Email:

Re: Struts in Tomcat

2005-10-21 Thread Eider Iturbe
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.r

Re: Struts in Tomcat

2005-10-21 Thread Wendy Smoak
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 ha

Struts in Tomcat

2005-10-21 Thread Eider Iturbe
Hi Struts users! 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 li