Configure OFSAAI Home Entry
This entry must point to the Application layer / Web layer of the OFSAAI installation and must be accessible.
Replace $FIC_HOME$
in the following block of text in the
web.xml
file with <WebServer Deployment
Path>/EXEWebService.ear/EXEWebService.war.
<context-param>
<description>OFSAAI Web Home</description>
<param-name>FIC_HOME</param-name>
<param-value>$FIC_HOME$</param-value>
<!--OFSAAI Installation Directory-->
</context-param>
<context-param>
<description>OFSAAI Web Home</description>
<param-name>FIC_PHYSICAL_HOME</param-name>
<param-value>$FIC_HOME$</param-value>
<!--OFSAAI Installation Directory-->
</context-param>