To deploy a resource adapter to WebLogic

  1. Start WebLogic server and the WebLogic Server Console.

    How to ...

  2. In the left pane of WebLogic Server Console, expand your-domain > Deployments > Connectors.
  3. Click Connectors to display the Resource Connectors page.
  4. Click Configure a new Connector Component and follow the steps on the page. When you are asked to upload the resource adapter file, upload the required mfcobol*.rar file. For the location of the resource adapters see the section Resource Adaptersin the chapter Deploying Interfaces in your Configuration and Administration Guide for Enterprise Server.

    You not need to create a connection factory or specify the JNDI name of the resource adapter, because these are already specified in the deployment descriptor for the connection factory, weblogic-ra.xml.

  5. Confirm that the resource adapter has been successfully deployed, by examining the Deployment Activity table on the page on the right. The resource adapter should also be listed in the hierarchy on the left.

Note: The resource adapter must be deployed on a machine where either Enterprise Server or your COBOL development system is installed.

Related Topics