Summary:
How to know Apache Tomcat version included in CA Service Catalog.
Background:
The CA Service Catalog installation program includes Apache Tomcat software that is the default web application server for CA Service Catalog.
Environment:
Windows, CA Service Catalog 12.8, 12.9 and 14.1
Instructions:
1- Open a DOS command prompt on CA Service Catalog server
2- Change to Embedded tomcat directory
cd [CATALOG_HOME_PATH]\embedded\tomcat
Note: You should replace [CATALOG_HOME_PATH] string by the the Catalog home path.
3- Obtain Apache Tomcat Version with command line:
"[CATALOG_HOME_PATH]\embedded\jre7\bin\java" -cp lib\catalina.jar org.apache.catalina.util.ServerInfo
4- You’ll receive and output like the following:
Server version: Apache Tomcat/7.0.47
Server built: Oct 18 2013 01:07:38
Server number: 7.0.47.0
OS Name: Windows Server 2008 R2
OS Version: 6.1
Architecture: amd64
JVM Version: 1.7.0_60-b19
JVM Vendor: Oracle Corporation
Additional Information:
TEC600070 How to instrument CA Service Catalog