Deployment of Webserver

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

        Delete 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>
  2. Follow these steps to remove ContextDocLoader from the web.xml file:
    1. Navigate to $FIC_WEB_HOME/webroot/WEB-INF folder.
    2. Open the web.xml file in a text editor.
    3. Search for ContextDocLoader parameter 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>

    4. <servlet-mapping>

      <servlet-name>LLFPService</servlet-name>

      <url-pattern>/llfpService</url-pattern>

      </servlet-mapping>

    5. <servlet>

      <servlet-name>LLFPService</servlet-name>

      <servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>

      </servlet>

    6. <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>

  3. For configuration of Server.xml for Tomcat 9x, see the section Configure Server.xml for Tomcat 9x.
  4. 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.
  5. 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.
  6. To configure OBIEE or OAS, follow the steps mentioned in the Configuring OBIEE for Loan Loss Forecasting and Provisioning section.