Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Project Run Directory

433348Nov 23 2004 — edited Nov 23 2004
I am recreating an old project that was originally developed using JDeveloper 3.2.2 and trying to make it run using JDeveloper 10g.

The project has multiple servlets that read a file from disk on startup. In the old configuration, I was able to specify the root directory that the servlet would run from in the project properties and this worked fine.

However, I am trying to do the same thing with JDev10g and it appears to be ignoring the setting. I am changing the Run Directory item in the Project Properties, under Profile -> Development -> Runner screen. When I run or debug the project, the directory the servlet is running in is still the default (ie, \jdev9052\jdev\system9.0.5.2.1618\oc4j-config).

Is this the setting that I should be changing or is there some other way to have the servlet run from a different directory?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2004
Added on Nov 23 2004
5 comments
181 views