Versions Compared

Key

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

IDERA Dashboard includes works with Tomcat 7.0, but Apache Tomcat periodically releases security and bug patches. To manually update Tomcat 7.0 perform the steps below:

  • Open Windows Services console manager and stop Idera Dashboard Web Application Service.
  • Go to the official Apache Tomcat 7 downloads website (https://tomcat.apache.org/download-70.cgi)
    Download , download and extract the zip files for Core and Embedded located under Binary Distributions.
  • Extract the Jar libraries of the lib folder from the Core zip folder.
  • Replace the Jar libraries of IDERA Dashboard lib folder installed (i.e. "C:\Program Files\Idera\Dashboard\WebApplication\lib") with the .
  • As in the previous steps, extract Jar libraries of the lib folder from the extracted core embedded zip folder.
  • As in the previous step, replace the Replace the Jar libraries from the IDERA Dashboard lib folder installed (i.e. "C:\Program Files\Idera\Dashboard\WebApplication\lib") with the Jar libraries of the extracted embedded zip folder.
  • Open Windows Services console manager and start Idera start Idera Dashboard Web Application Service.

Steps to validate IDERA Dashboard Tomcat version:

  •  Open Windows command prompt Go to Command Prompt.
  •  Enter to the IDERA Dashboard Web Application Lib folder of IDERA Dashboard (e.g. "cd C:\Program Files\Idera\Dashbaord\WebApplication\lib")
  •  Type the following command:
    java -cp catalina.jar org.apache.catalina.util.ServerInfo


    Info

    To execute this command, you need to have Java installed and the JAVA HOME path set on the system. Refer

    Newtablink
    aliashere
    urlhttps://confluence.atlassian.com/doc/setting-the-java_home-variable-in-windows-8895.html
    to find more information.

  •  

    The output should be as shown below:

    Info
    The Server Number indicates the Tomcat version IDERA Dashboard is currently using.