How to find the exact Tomcat version bundled in TIBCO Runtime Agent (TRA)?

How to find the exact Tomcat version bundled in TIBCO Runtime Agent (TRA)?

book

Article ID: KB0088229

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Resolution:
Description:

============

This article describes procedure to find the Tomcat version bundled in TRA.

Environment:

===========

TIBCO Runtime Agent 5.x
Tomcat 5.5.x

Resolution:

==========

The Tomcat version information is present in ServerInfo.properties which is part of catalina.jar. This can be retrieved using the following java command:

C:\tibco&gtjava -classpath C:\tibco\tpcl\5.7\tomcat\5.5\server\lib\catalina.jar org.apache.catalina.util.ServerInfo

Server version: Apache Tomcat/5.5.34
Server built:   Sep 18 2011 11:54:25
Server number:  5.5.34.0
OS Name:        Windows XP
OS Version:     5.2
Architecture:   x86
JVM Version:    1.6.0_30-b12
JVM Vendor:     Sun Microsystems Inc.

Issue/Introduction

How to find the exact Tomcat version bundled in TIBCO Runtime Agent (TRA)?