Creating a Connection to BEA WebLogic

JDeveloper supports deployment of J2EE EJB deployment profiles created in JDeveloper to BEA WebLogic 6.1 or WebLogic 7.0SP1 application servers. Before you deploy, copy the weblogic.jar file and create a WebLogic connection in JDeveloper.

To create a connection to a BEA WebLogic instance:

  1. Copy the weblogic.jar file from your WebLogic installation directory (the default location is c:/bea/wlserverx/lib) to the following JDeveloper directory:

    <jdev_install>/jdev/lib/ext

  2. In the Navigator, click + to expand the connections_icon Connections node.
  3. Right-click application_server_icon Application Servers.
  4. Choose New Connections from the context menu.
    The Connection Wizard - Welcome page is displayed.
  5. Click Next.
  6. Enter a Connection Name for this connection.
  7. Choose Weblogic Server 6.x or Weblogic Server 7.x from the Connection Type list box.
  8. Click Next.
  9. In the Username field, enter the administrator's user name to access the WebLogic server. This name was specified when the WebLogic server was installed.
  10. In the Password field, enter the administrator's password to access the WebLogic server. This name was specified when the WebLogic server was installed.
  11. Select the Deploy Password checkbox if you want to bypass authentication the next time you make this connection.
  12. Click Next.
  13. Configure the WebLogic connection information as required. Click Help for more information.
  14. Click Next.
  15. Click Test Connection.
  16. If your connection is successful, click Finish. Otherwise, click Back to return to the previous wizard pages and fix any configuration(s) setting.
    The configuration to deploy your J2EE applications on the WebLogic application server is complete.

Notes:


Related topics

BC4J Setup and Deployment Prerequisites for WebLogic Deployment
Creating and Deploying a WAR to WebLogic
Deploying EJB JARs to WebLogic
Deploying a BC4J Web Application to WebLogic
Deploying BC4J as an EJB Session Bean to WebLogic
Loading BC4J Runtime Libraries to WebLogic