Versions Compared

Key

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

...

Step 3: Update ZBot. You can download the ZBot installation file from Zephyr by clicking the username in the top-right corner and selecting ‘Download ZBot’ option from the dropdown.

Step 4: Upgrade the Tomcat configuration.

  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
    <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
  5. Save the server.xml file.

  6. Start the Tomcat server.