9.2.8.1 Remove the Entries from the web.xml file
ant.sh utility to create the .war or
.ear file, you must remove the following entry in the
web.xml file:
- Navigate to the
$FIC_HOME/ficweb/webroot/WEB-INFdirectory. - Edit the
web.xmlfile. - Delete 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><servlet-name>llfp</servlet-name><servlet-class>com.ofs.fsapps.llfp.servlet.LoanForecastingDispatcherServlet</servlet-class> </servlet>
<servlet-mapping><servlet-name>llfp</servlet-name><url-pattern>/llfp/*</url-pattern></servlet-mapping>
-
<servlet><servlet-name>RunManagementServlet</servlet-name><servlet-class>com.ofs.run.RunManagementServlet</servlet-class></servlet>- <servlet-mapping>
<servlet-name>RunManagementServlet</servlet-name>
<url-pattern>/runexecution/runServlet</url-pattern>
</servlet-mapping>
After you complete the above steps you must Create and deploy EAR/WAR files and Start the OFSAA Infrastructure services.