Verify Apache Tomcat Version
How to identify what version of Apache Tomcat is installed
TCM
Tyler Content Manager
Apache Tomcat
Specific version of Apache Tomcat is no longer displayed on the service name
First method:
Navigate to the tomcat bin directory
i.e. C:\Program Files\Apache Software Foundation\tomcat_tylercmprod\bin
Select File > Open command prompt > Open command prompt as administrator
Run the following command:
java -cp catalina.jar org.apache.catalina.util.ServerInfo
Second method:
Navigate to the tomcat base install directory
i.e. C:\Program Files\Apache Software Foundation\tomcat_tylercmprod
Locate the RELEASE-NOTES file
Right-click the file and either select Open with > Notepad, or Edit with Notepad++ (if installed)
Apache Tomcat Version should be located under the initial license information