8.4.2 Remove ContextDocLoader from the web.xml File

To remove the ContextDocLoader from the web.xml file, follow these steps:

  1. Navigate to the $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 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>
  4. Create and deploy the EAR/WAR files.