8.4.2 Remove ContextDocLoader from the web.xml File
To remove the ContextDocLoader from the web.xml file, follow these steps:
- Navigate to the
$FIC_WEB_HOME/webroot/WEB-INFfolder. - Open the
web.xmlfile in a text editor. - Search for
ContextDocLoaderparameter and remove the following servlet entry:<servlet> <servlet-name>context</servlet-name> <servlet- class>com.ofs.fsapps.commonapps.core.summary.common.ContextDocLoade r</servlet-class> <load-on-startup>1</load-on-startup> </servlet> - Create and deploy the EAR/WAR files.