TCPS Installed Setup

Create the EAR/WAR file in a TCPS installed setup.

To create the EAR/WAR file in a TCPS installed setup:
  1. Navigate to the $FIC_WEB_HOME/webroot/WEB-INF/lib directory on the OFSAA installed server and delete the ojdbc7.jar file if it exists in the directory.
  2. Navigate to the $FIC_HOME/utility/AppPckMastSynch/bin directory and execute the App Pack Mast Sync utility by running the AppPckMastSynch.sh command.
  3. Navigate to the $FIC_WEB_HOME directory and execute the ./ant.sh command to trigger the creation of the EAR/WAR file.
  4. The EAR/WAR (<contextname>.ear/ .war) is created.
    The BUILD SUCCESSFUL and Time taken message is displayed.

    Figure 8-2 Creating EAR/ WAR File


    Creating EAR/ WAR File

    Note:

    • The <contextname> refers to the name assigned during installation. This process overwrites any existing version of the EAR file in the specified path.
    • For OFSAA configured on Tomcat installation, <contextname>.war file is created.
    • Ignore ANT warning(s) for the tools.jar file while executing the ./ant.sh command.