How to determine version of Tomcat and Java of your CA PPM Server Instance
search cancel

How to determine version of Tomcat and Java of your CA PPM Server Instance

book

Article ID: 113469

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

The commands below will allow you to determine the version of Tomcat that your CA PPM Windows or Linux server instance is running. It will also check for the version of Java being used to create the JVM.

Environment

Release:
Component: PPMPRD

Resolution

Run the following commands from the <application-install> or <tomcat-install> directory:
(Please note: if you do not have a Java Home directory included in your PATH environment variable, you will need to include the path to your <java-home>/bin directory in front of the java command.)
From the Shell or Windows command prompt run the command:
 - Linux: java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo
 - Windows: java.exe -cp lib\catalina.jar org.apache.catalina.util.ServerInfo
-------------------------------------------------------
The output should look something like this:
C:\Tomcat8>java.exe -cp lib\catalina.jar org.apache.catalina.util.ServerInfo
Server version: Apache Tomcat/8.0.20
Server built:   Feb 15 2015 18:10:42 UTC
Server number:  8.0.20.0
OS Name:        Windows Server 2012
OS Version:     6.2
Architecture:   amd64
JVM Version:    1.8.0_40-b26
JVM Vendor:     Oracle Corporation