Verify Apache Tomcat Version



Description of Issue

How to identify what version of Apache Tomcat is installed



Context
  • TCM

  • Tyler Content Manager

  • Apache Tomcat



Cause

Specific version of Apache Tomcat is no longer displayed on the service name



Resolution

First method:

  1. Navigate to the tomcat bin directory

    1. i.e. C:\Program Files\Apache Software Foundation\tomcat_tylercmprod\bin

  2. Select File > Open command prompt > Open command prompt as administrator

  3. Run the following command:

java -cp catalina.jar org.apache.catalina.util.ServerInfo


Second method:

  1. Navigate to the tomcat base install directory

    1. i.e. C:\Program Files\Apache Software Foundation\tomcat_tylercmprod

  2. Locate the RELEASE-NOTES file

  3. Right-click the file and either select Open with > Notepad, or Edit with Notepad++ (if installed)

  4. Apache Tomcat Version should be located under the initial license information



Additional Information