RE: Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-12 Thread Park, Doug N

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


[...]




Antwort: RE: Running and debugging with Oracle JDeveloper

2001-02-05 Thread michael . brohl




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


[...]





RE: Running and debugging with Oracle JDeveloper

2001-02-02 Thread Sean Giles

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)
 void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
 void
oracle.jsp.app.JspApplication.dispatchRequest(javax.servlet.http.HttpServlet
Request,

javax.servlet.http.HttpServletResponse)
 void oracle.jsp.JspServlet.doDispatch(oracle.jsp.app.JspRequestContext)
 void
oracle.jsp.JspServlet.internalService(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
 void
oracle.jsp.JspServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
 void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
 void oracle.lite.web.JupServlet.service(oracle.lite.web.JupRequest,
oracle.lite.web.JupResponse)
 void
oracle.lite.web.MimeServletHandler.handle(oracle.lite.web.JupApplication,
java.lang.String, int, oracle.lite.web.JupRequest,
oracle.lite.web.JupResponse)
 void oracle.lite.web.JupApplication.service(oracle.lite.web.JupRequest,
oracle.lite.web.JupResponse)
 void oracle.lite.web.JupHandler.handle(oracle.lite.web.JupRequest,
oracle.lite.web.JupResponse)
 void oracle.lite.web.HTTPServer.process(oracle.lite.web.JupRequest,
oracle.lite.web.JupResponse)
 boolean
oracle.lite.web.HTTPServer.handleRequest(oracle.lite.web.JupInputStream,
oracle.lite.web.JupOutputStream)
 boolean
oracle.lite.web.JupServer.handle(oracle.lite.web.JupInputStream,
oracle.lite.web.JupOutputStream)
 void oracle.lite.web.SocketListener.process(java.net.Socket)
 void oracle.lite.web.SocketListener$ReqHandler.run()



Any help would be appreciated.

Regards,

  Michael