Project Run Directory
433348Nov 23 2004 — edited Nov 23 2004I 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?