Deployment of Webserver
- After successful fresh installation or upgrade, follow these steps:
- Clear the application cache. Navigate to the following path depending on the
configured web application server and delete the files.
- Tomcat:
<Tomcat installation directory>/work/Catalina/localhost/<Application name>/org/apache/jsp - WebLogic:
<WebLogic installation location>/domains/<Domain name>/servers/<Server name>/tmp/_WL_user/<Application name>/<auto generated directory>/jsp_servletDelete the directory named .WL_internal present in the
<WebLogic installation location>/user_projects/domains/< Domain name >/applications/<context_name>.ear/META-INF/directory, if it exists. - WebSphere:<WebSphere installation directory>/AppServer/profiles/<Profile name>/temp/<Node name>/server1/<Application name>/<.war file name>
- Tomcat:
- Clear the application cache. Navigate to the following path depending on the
configured web application server and delete the files.
- Follow these steps to remove ContextDocLoader from the web.xml file:
- Navigate to
$FIC_WEB_HOME/webroot/WEB-INFfolder. - Open the
web.xmlfile in a text editor. - Search for
ContextDocLoaderparameter and remove the following entries:<servlet><servlet-name>context</servlet-name><servlet-class>com.ofs.fsapps.commonapps.core.summary.common.ContextDocLoader</servlet-class><load-on-startup>1</load-on-startup></servlet> <servlet-mapping><servlet-name>LLFPService</servlet-name><url-pattern>/llfpService</url-pattern></servlet-mapping><servlet><servlet-name>LLFPService</servlet-name><servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class></servlet><servlet><servlet-name>context</servlet-name><servlet-class>com.ofs.fsapps.commonapps.core.summary.common.ContextDocLoader</servlet-class><load-on-startup>1</load-on-startup></servlet>
- Navigate to
- For configuration of Server.xml for Tomcat 9x, see the section Configure Server.xml for Tomcat 9x.
- Generate the application EAR or WAR file and redeploy the application onto your configured web application server. See Create and Deploy the EAR or WAR Files, for more information on generating and deploying the EAR or WAR files.
- Restart all the OFSAAI services. See the Stop the Infrastructure Services and Start the Infrastructure Services sections in the OFS Analytical Applications Infrastructure Release 8.1.2.0.0 Installation and Configuration Guide for details.
- To configure OBIEE or OAS, follow the steps mentioned in the Configuring OBIEE for Loan Loss Forecasting and Provisioning section.