Installing and Deploying the OPMC Application

This section describes how to install and deploy the OPMC application.

  1. Install the OPMC application.
    1. From the Applications section, expand Application Types, and then click WebSphere enterprise applications.
    2. Click the Install button.
    3. Select the .war file that pertains to the OPMC application you wish to install (for example, opmc.war), as shown in the following image.
    4. Click Next.
    5. Leave the default values (Fast Path mode) and click Next.
    6. Select Allow EJB reference targets to resolve automatically, and leave the other options to their default settings, then click Next.
    7. Continue clicking Next until you reach Step 4.
    8. In the Context root field, enter:
      /opmc
    9. Click Next, and then click Finish.
    10. Click Save.
  2. Reference the shared libraries.

    The previously created Apache HTTP Client shared library should be referenced by the OPMC application.

    1. From the Applications section, expand Application Types and click Websphere enterprise applications, then select opmc_war.
    2. Click Shared library references.
    3. Select the opmc_war check box and then click the Reference shared libraries button, as shown in the following image.
    4. Move the apachehttpclient shared library from the Available section to the Selected section, as shown in the following image.
    5. Click OK and then click OK again on the following page.
    6. Click Save.
  3. Configure the class loader.
    1. From the Applications section, expand Application Types, click WebSphere enterprise applications, and select opmc_war.
    2. Select Class loading and update detection.
    3. Select Classes loaded with local class loader first (parent last) and Single class loader for application, as shown in the following image.
      Click OK and then click Save.
  4. Install the Omni-Payer Domain application.
    1. From the Applications section, expand Application Types, and then click WebSphere enterprise applications.
    2. Click the Install button.
    3. Select the .war file that pertains to the Omni-Payer application you wish to install, for example, OmniPayerDomain.war.
    4. Click Next.
    5. Leave the default values (Fast Path mode) and click Next.
    6. Select Allow EJB reference targets to resolve automatically, and leave the other options to their default settings, then click Next.
    7. Enter the following Resource References:
      • jdbc/OmniWorkflow
      • jdbc/OmniDictionary
      • jdbc/OmniPayer
    8. Click Next.
    9. In the Context root field, enter:
      /OmniPayerDomain
    10. Click Next, and then click Finish.
    11. Click Save.
  5. Start the Omni-Payer application.
    1. From the Applications section, expand Application Types, and click WebSphere enterprise applications.
    2. Select OmniPayer_war.
    3. Click Start.
  6. Check and review the installation by navigating to:
    http://localhost:9080/opmc/

    where:

    localhost

    Is the site-specific machine name.

    9080

    Is the site-specific default host port number.

    If the Omni-Payer login page is displayed, then the installation was successful. It is also recommended to restart the IBM WebSphere Application Server after the Omni-Payer application installation to determine whether there are any library conflicts.