My organization decided that all us developers should share the same copy of JDev via a Citrix server. We have it configured so that we each use our own home folder to store our code. No problem.
However, we will be developing JSP's and Servlets. By default, when you test a JSP or Servlet JDev starts up an embedded session of OC4J (a local copy of Oracle9iAS). We will have an instance of Oracle9iAS available for our development. I know how to set up another instance of a server, so that you can deploy your apps to it when you choose to. But how do you set the default behavior of JDev to use that Oracle9iAS instead of starting up an embedded session of OC4J?
However, we will be developing JSP's and Servlets. By default, when you test a JSP or Servlet JDev starts up an embedded session of OC4J (a local copy of Oracle9iAS). We will have an instance of Oracle9iAS available for our development. I know how to set up another instance of a server, so that you can deploy your apps to it when you choose to. But how do you set the default behavior of JDev to use that Oracle9iAS instead of starting up an embedded session of OC4J?