Creating a Connection to Oracle Application Server Via Local DCM

In addition to deploying J2EE applications to a standalone OC4J instance, JDeveloper lets you create a connection to deploy directly to Oracle Application Server via local Oracle Application Server Distributed Configuration Management (DCM) which is installed within Oracle Application Server.

Before deployment to local DCM, verify that either of these conditions exist:

To create a connection to an Oracle Application Server instance via DCM:

  1. In the Navigator, click + to expand the connections_icon Connections node.
  2. Right-click application_server_icon Application Servers.
  3. Choose New Connections from the context menu.
    The Connection Wizard - Welcome page is displayed.
  4. Click Next.
  5. Enter a Connection Name for this connection.
  6. In the Connection Type list box, select Oracle9i Application Server - Local DCM.
  7. Click Next.
  8. In the Oracle Home Directory field, enter the Oracle Home location containing the DCM installation that you'd like to use for deploying to the Oracle Application Server instance. Click Help for more information.
  9. Click Finish.
  10. After running the Enterprise Manager OC4J instance, you must restart Enterprise Manager with these commands:

    emctl stop
    emctl start

Note: You are not required to provide authentication information to run dcmctl since you must log in to your operating system as the user that installed the Oracle Application Server.


Related topics
Creating Application Server Connections