4.4 Disabling Phishing

You can configure the Access Gateway ESP to disable the ESP phishing by implementing a context parameter in the web.xml file for ESP.

  1. Open the web.xml file located in /opt/novell/nam/mag/webapps/nesp/WEB-INF.

  2. Add the following entry:

    <context-param>
       <param-name>phishingCheck</param-name>
       <param-value>standard</param-value>
    </context-param>
    
  3. Restart the Tomcat.