Configuring Resource Adapter Deployment

If you select Configure Resource Adapter Deployment on the Deployment Information page of the J2C wizard, you can use the Resource Adapter Deployment page to configure RAR.
The resource adapter can be deployed as a standalone resource adapter or as part of an EAR file. Typical environments use the standalone method, giving all modules on the application server visibility to the adapter.
Note: Multiple resource adapters should not be installed as standalone on the same runtime server, especially if they are for the same EIS type (for example, CICS® ECI 5.1 and CICS ECI 6.2). This is because all standalone resource adapters share the same class loader.
  1. On the Resource Adapter Deployment page, select either Deploy as a Stand Alone or Deploy within EAR
    • Deploy as a Stand Alone: If you select to deploy the resource adapter as a Stand Alone, then it is it is visible to all EAR applications deployed on that server. Specify the server you want to deploy to or click New to create a new server.
    • Deploy within EAR: If you select to deploy the resource adapter within the selected EAR, the resource adapter is only visible to that specific EAR.
  2. Click Finish.

Feedback