7.12 Deploying RAOR.ear in WebSphere

This section describes how to deploy the RAOR.ear file in WebSphere.

To deploy RAOR.ear in WebSphere, follow these steps:

Note:

  • It is mandatory to have RAOR.ear in the same domain where <contextname>.ear of the OFS BD Application is deployed.
  • Delete all the Jersey related jars in the WEB-INF/lib folder
  • Comment the below line from $FIC_HOME/ raor_processing/WebContent/conf/application- env.properties file.

    linespring.profiles.active=JMS,JMSApplicationCache, JMSGateway,JMSFeedBackGateway

  1. Start the WebSphere Profile by navigating to the path /<WebSphere_ Installation_ Directory>/ IBM/WebSphere/AppServer/profiles/<Profile_ Name>/bin/ then execute the command:
    ./ startServer.shserver1
    .
  2. Open the URL in the browser: http://<ipaddress>:<AdministrativeConsole Port>/ibm/console. (use https protocol if SSL is enabled). The login screen is displayed.
  3. Enter the user credentials which has administrator rights and click Log In.
  4. From the LHS menu, select Applications and click New Application. The New Application window is displayed.

    Figure 7-10 New Application

    This image shows the New Application screen.
  5. Click New Enterprise Application. The Preparing for the application installation window is displayed.

    Figure 7-11 Preparing for the Application Installation

    This image shows the Preparing for the Application Installation screen.
  6. Select Remote File System and click Browse. Select the EAR file generated for RAOR to upload and install. Click Next.

    Figure 7-12 Installation Options

    This image shows the Installation Options.
  7. Select the Fast Path option and click Next. The Install New Application window is displayed.

    Figure 7-13 Install New Application

    This image shows the Install New Application screen.
  8. Enter the required information and click Next. The Map modules to servers window is displayed.

    Figure 7-14 Map modules to servers

    This image shows the Map modules to servers screen.
  9. Select the Inline Processing check box and click Next. The Map virtual hosts for Web modules page is displayed.

    Figure 7-15 Map virtual hosts for Web modules

    This image shows the Map virtual hosts for Web modules screen.
  10. Select the Inline Processing checkbox and click Next. The Metadata for modules page is displayed.

    Figure 7-16 Summary screen

    This image shows the Summary screen.
  11. Select the Metadata-complete attribute checkbox and click Next. The Summary page is displayed.
  12. Click Finish. On successful installation, a message is displayed.
  13. Click Save and save the master file configuration. The details are displayed in the Master File Configuration page.

    Figure 7-17 Master File Configuration screen

    This image shows the Master File Configuration screen.
  14. Select RAOR and click Start. The Enterprise Application page is displayed with confirmation message.

    Figure 7-18 Enterprise Application page with Confirmation message

    This image shows the Enterprise Application page with Confirmation message.
  15. If RTFRAUD is deployed, rename StatsManager to StatsManager1 and LogConfig to LogConfig1 in the deployed area /RAOR.ear/RAOR.war/conf/applicationContext-jmx.xml file.

    <entry key="realtime:name=StatsManager1" value-ref="statMgrBean" />

    <entry key="realtime:name=LogConfig1" value-ref="logRuntimeConfigBean" />

  16. Restart all OFS AAAI servers. For more information, see Starting/Stopping Infrastructure Services.