Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop the Tomcat server.

  2. Locate the server.xml file under the Tomcat installation directory.

  3. Open the server.xml file and locate the "<Host" tag.

  4. Add the following valve below the <Host> tag:

    Code Block
    howServerInfo="false" /><Valve<Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" sshowServerInfo="false" />
  5. Save the server.xml file.

  6. Start the Tomcat server.

...