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 web.xml file.

    Linux: /opt/novell/nam/mag/webapps/nesp/WEB-INF/

    Windows: \Program Files\Novell\Tomcat\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 Tomcat.