Installing your EAR file on WebSphere Application Server

After you have exported your application as an EAR file, installed an IMS™ TM resource adapter and created a connection factory, you can use the EAR file that you created to install the application in WebSphere® Application Server and then run the application.
To install your EAR file and run your application, complete the following steps:
  1. Ensure that the server is started.
  2. On the welcome page of WebSphere Application Server, expand Applications and select Install New Application.
  3. Click Browse to navigate to the EAR file that you want to install and then click Next.
  4. On the Map modules to Server page, select both the listed Modules and click Next.
  5. On the last page, click Finish.
  6. To save your changes to the master configuration, click Save. After you save installing your EAR file, you are returned to the welcome page.
  7. On the welcome page's left panel, click on Applications. Select Enterprise Applications.
  8. On the welcome page's right panel, select IMSICOIVPServiceEAR.
  9. In the configuration panel, at the bottom, click Resource references.
  10. On the next panel, scroll right and replace the existing JNDI name eis/myIMSA.
  11. Click on the check box to select the listed ConnectionFactory.
  12. Click OK.
  13. Click Save at the top.
  14. After you save installing your EAR file, the welcome page opens.
  15. On the welcome page, click on Applications. Select Enterprise Applications.
  16. Select the checkbox of the new application that you just installed and click Start to run your application.
You have now installed your application on a production WebSphere Application Server.

Feedback