skip to main content
TCMAN Reference : Server actions : Display server, OS, and runtime version information (version)
 

Display server, OS, and runtime version information (version)

Purpose

Show the Apache Tomcat runtime version and OS information for an instance.
To execute this action, the instance cannot be running

Syntax

tcman.sh version [general_options]

Parameters

general_options
Specify one or more of the general TCMAN options. Run tcman.sh help version to see which general options are appropriate.

Example

Display the server and runtime information for acme1, an instance of the core server installed in /psc/pashome:
$: /psc/pashome/bin/tcman.sh version -I acme1
Using CATALINA_BASE: /psc/acme1
Using CATALINA_HOME: /psc/pashome
Using CATALINA_TMPDIR: /psc/acme1/temp
Using JRE_HOME: /tools/linuxx86_64/java64/jdk1.7.0_02/
Using CLASSPATH: /psc/pashome/bin/bootstrap.jar:/users/doc/agarbacz/psc/pashome/bin/tomcat-juli.jar
Using CATALINA_PID: /psc/acme1/temp/catalina.pid
Server version: Apache Tomcat/7.0.42
Server built: Jul 2 2013 08:57:41
Server number: 7.0.42.0
OS Name: Linux
OS Version: 2.6.18-164.el5
Architecture: amd64
JVM Version: 1.7.0_02-b13
JVM Vendor: Oracle Corporation