EAR/WAR File - Build Once and Deploy Across Multiple OFSAA Instances
OFSAA 8.1.2.0.0 supports a single archive deployment model. You can build the EAR/WAR file once and deploy it across multiple OFSAA instances on the same release version.
Prerequisites:
- The web server type must be the same across all OFSAA instances.
- The information domain must be the same across all OFSAA instances.
Feature Updates
- The path of the deployed area log files is in the
AAI_SETUP_PROPSdatabase table in the Config Schema. - The following parameters are moved from the
FICWEB.cfgfile to theAAI_SETUP_PROPStable with tier as WEB. The file is removed and the respective parameters are set in the servlet context.FIC_SERVLET_PORTreconfigured asFIC_WEBSERVER_PORTICC_SERVER_PORTCSS_LOGGER_PATH
- The following values for the AAI servlet configuration parameters in
web.xmlfile is moved to theAAI_SETUP_PROPStable:FIC_WEBPROTOCOLFIC_PHYSICAL_HOME_LOCFIC_WEBSERVER_PORTFIC_HOMEFIC_WEBSERVER_IP
- OFSAA environment details used to establish communication between the
Web and application layer now moved from the
LookupServices.xmlandDynamicServices.xmlfile to the following database tables:aai_dyn_svcs_paramsaai_dyn_svcs_serversaai_lkp_svcs_servers
Note:
This change to the configuration XML files is done only at the Web layer deployment location.