7.6.1.2 TCPS Installed Setup

To create the EAR/WAR File in a TCPS installed setup, follow these steps:
  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 7-2 Creating EAR/ WAR File


    Creating EAR/ WAR File

    Note:

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