Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Post-upgrade recommendations

Step 1: After upgrading, we recommend users clear the browser cache when accessing the Zephyr application if you experience issues regarding cached pages.

Step 2: Log in as an Administrator and trigger the Full Reindexing manually.

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:

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

  6. Start the Tomcat server.

  • No labels