Use this page to view established connector modules, which are resource adaptor (RAR) files that have been packaged into deployable components compliant with the J2EE Connector Architecture (JCA).
To view this administrative console page, click Applications >Enterprise Applications > application_name > RAR_module_name.
You must generate a connector module for every resource adapter (RAR file) in the application. You do this through an assembly tool, which creates an instance of the connector module object for the RAR file. To learn more about the process, see the topic "Assembling resource adapter (connector) modules" in the Information Center.
Removes a module from the deployed application. The module is deleted from the application in the WebSphere Application Server configuration repository and also from all the nodes where the application is installed and running (or expected to run). If the application is running on a node when the module file is deleted from the node as a result of configuration synchronization then the application is stopped, the module file is deleted from the node's file system, and then the application is restarted.
Opens a wizard that helps you update a module in an application. If a module has the same URI as a module already existing in the application, the new module replaces the existing module. If the new module does not exist in the application, it is added to the deployed application. If the application is running on a node when the module file is updated on the same node as a result of configuration synchronization, then the application is stopped, the module file is updated on the node's file system, and the application is restarted. If the application is running on a node when a new module file is added (that is, established for the first time) as a result of configuration synchronization, then the newly added module is started without stopping and restarting the running application.
Deletes a file from a module of a deployed application. The file is also deleted from all the nodes where the module is installed after configuration is synchronized with nodes. If the application is running on a node when the module file is updated on the node as a result of configuration synchronization then the application is stopped, the module file is updated on the node's file system, and then the application is restarted.
The logical path to the resource that will be serviced by the product.
The display name of the connector module.
Related tasks
Administering data access applications