11.1 Creating EAR/WAR File

To create EAR/WAR File, follow these steps:

  1. Navigate to the $FIC_WEB_HOME directory on the OFSAA Installed server.
  2. Execute ./ant.sh to trigger the creation of EAR/ WAR file.
  3. On completion of the EAR files creation, the "BUILD SUCCESSFUL" and "Time taken" message is displayed and you will be returned to the prompt.

    Figure 11-1 Creating EAR/ WAR File


    This illustration shows Creating EAR/WAR file

  4. The EAR/ WAR file - <contextname>.ear/ .war - is created.

    Note:

    The <contextname> is the name given during installation. This process overwrites any existing version of EAR file that exists in the path.

    ANT warning for tools.jar can be ignored while executing ./ant.sh