6.3 Deploying ILP.ear in Weblogic

This section defines how to deploy ILP.ear in Weblogic.

Note:

  1. It is mandatory to have ILP.ear in the same domain where <contextname>.ear of the OFS AAAI Application is deployed.
  2. Do not deploy ilp.ear on Sanctions TFLT, the installation will fail.
To deploy ILP.ear in Weblogic, follow these steps:
  1. Start the Weblogic server.
  2. Create an ILP.ear folder in
    <WEBLOGIC_INSTALL_DIR>/user_projects/domains/<DOMAIN_NAME>/applications
  3. Copy <FIC_HOME>/realtime_processing/ILP.ear to <WEBLOGIC_INSTALL_DIR>/user_projects/domains/<DOMAIN_NAME>/applications/ILP.ear/ .
  4. Explode the ILP.ear file by executing the command:
    jar -xvf ILP.ear
  5. Delete the ILP.ear and IPL.war files.
  6. Create an ILP.war folder in <WEBLOGIC_INSTALL_DIR>/user_projects/domains/<DOMAIN_NAME>/applications/ILP.ea r
  7. Copy <FIC_HOME>/realtime_processing/ILP.war to <WEBLOGIC_INSTALL_DIR>/user_projects/domains/<DOMAIN_NAME>/applications/ILP.ear/ ILP.war
  8. Explode the ILP.war file by executing the command:
    jar –xvf ILP.war.
  9. Delete the ILP.war file.