4.3 Disabling Phishing

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

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

  2. Add the following entry:

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