4.8 Remove ContextDocLoader from the web.xml File in WebLogic

Before deploying OFS PCD application, remove or comment the ContextDocLoader from the web.xml file for WebLogic, follow these steps:

  1. Navigate to the $FIC_WEB_HOME/pcd.war/WEB-INF/web.xml folder.
  2. Open the web.xml file in a text editor.
  3. Search for ContextDocLoader parameter and remove or comment 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>