7.6.1.1 Non-TCPS Installed Setup

To create the EAR/WAR File in a non-TCPS installed setup, follow these steps:
  1. Navigate to the $FIC_WEB_HOME directory on the OFSAA Installed server.
  2. Execute the ./ant.sh command to trigger the creation of the EAR/WAR file.
  3. The EAR/WAR (<contextname>.ear/ .war) is created.
    The "BUILD SUCCESSFUL" and "Time taken" message is displayed.

    Figure 7-1 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.