I don't have JDeveloper, but I do have Borland JBuilder which is almost the
same thing. We just got the example working with JBuilder 4 and the big
trick was we had to manually copy the ApplicationResources.properties file
to the output folder where the class files are created. Even though it was
in the JBuilder project, it was not copied to the output folder. Under
Tomcat this file is copied automatically.

Doug Park

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 3:55 AM
To: [EMAIL PROTECTED]
Subject: Antwort: RE: Running and debugging with Oracle JDeveloper





Hello Sean,

the option is set correctly - if I run the application under Tomcat,
everything
works fine.
Is there any option to be set in JDeveloper to let it work correctly?

Thanks for your answer so far.

Regards

Michael




I recently had this problem and it was due to the "application" parameter
option in the web.xml file not pointing to a valid resource file

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 02, 2001 10:40 AM
To: [EMAIL PROTECTED]
Subject: Running and debugging with Oracle JDeveloper




Hello,

has anyone successfully achieved to run/debug a web application based on
struts
using
Oracle JDeveloper 3.2.2?

If I run/debug my application I get the following error message:

javax.servlet.jsp.JspException: Missing resources attribute
org.apache.struts.action.MESSAGE
     void index._jspService(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse


[...]

Reply via email to