9.3.1 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-INF folder.
- Open the web.xml file in a text editor.
- Search for ContextDocLoader parameter 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.