Install resource adapters within applications

 

  1. Assemble an application with resource adapter archive (RAR) modules in it. See Assembling applications.

  2. Install the application following the steps in Installing a new application. In the Map modules to appservers step, specify target servers or clusters for each RAR file. Be sure to map all other modules that use the resource adapters defined in the RAR modules to the same targets.

  3. Click Finish > Save to save the changes.

  4. Create connection factories for the newly installed application.

    1. Open the administrative console.

    2. Click Applications > Enterprise Applications > application name.

    3. Click Connector Modules in the Related Items section of the page.

    4. Click filename.rar.

    5. Click Resource adapter in the Additional Properties section of the page.

    6. Click J2C Connection Factories in the Additional Properties section of the page.

    7. Click on an existing connection factory to update it, or New to create a new one.

      If you install a J2C Resource Adapter that includes Native path elements, consider the following: If you have more than one native path element, and one of the native libraries (native library A) is dependent on another library (native library B), then copy native library B to a system directory. Because of limitations on Windows NT and most Unix platforms, an attempt to load a native library does not look in the current directory.

      After you create and save the connection factories, you can modify the resource references defined in various modules of the application and specify the Java Naming and Directory Interface names of the connection factories wherever appropriate.

    Note: A given native library can only be loaded one time for each instance of the Java Virtual Machine . Because each application has its own classloader, separate applications with embedded RAR files cannot both use the same native library. The second application receives an exception when it tries to load the library.

    If any application deployed on the appserver uses an embedded RAR file that includes native path elements, then always ensure that you shut down the appserver cleanly, with no outstanding transactions. If the appserver does not shut down cleanly it performs recovery upon server restart and loads any required RAR files and native libraries. On completion of recovery, do not attempt any application-related work. Shut down the server and restart it. No further recovery is attempted by the appserver on this restart, and normal application processing can proceed.


Resource adapter
Creating or changing a resource reference
CMP Connection Factories collection
Resource Adapters collection

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.