Deploy the EAR/WAR Files for WebLogic

To deploy the OFSAAI EAR (ofaai and tflt) files, follow these steps:
  1. Navigate to the <WebLogic Installation directory>/user_ projects/domains/<domain name>/bin directory in the machine in which WebLogic is installed.
    (Optional) <Enter a step example.>
  2. Start WebLogic by executing the command:
    ./startWebLogic.sh
  3. Open the following URL in a browser window:
    http://<ipaddress>:<admin server port>/ console (https, if SSL is enabled).
    The Login window of the WebLogic Server Administration Console is displayed.

    Note:

    Ensure that you have started the Infrastructure Server by executing "./ startofsaai.sh" as mentioned in the Start the Infrastructure Services section.
  4. Log in to the WebLogic Server by entering the user credentials with privileges to deploy the EAR file.
  5. From the Domain Structure navigation tree, click Deployments to display the Summary of Deployments window.

    Figure 7-20 Summary of Deployments


    This illustration displays the Summary of Deployments Window. Click Install to display the Install Application Assistant window. Navigate to the location where the Exploded EAR directory exists and select it. Click Next.

  6. Click Install to display the Install Application Assistant window.
  7. Navigate to the location where the Exploded EAR directory exists and select it.
  8. Click Next.
    After the installation is complete, proceed with the following steps to enable your deployment.
  9. Go to Summary of Deployments, click Control tab
  10. Select Deployment and click "Servicing all requests"
    This will enable the Deployment and set it to ACTIVE status from PREPARED status.