How to check the Tomcat version of Access Gateway
search cancel

How to check the Tomcat version of Access Gateway

book

Article ID: 409718

calendar_today

Updated On:

Products

SITEMINDER CA Single Sign On Secure Proxy Server (SiteMinder)

Issue/Introduction

How can I check the Tomcat version after upgrade the Tomcat as per KB 403333?

Environment

Access Gateway 12.8.08

Linux

Resolution

You can run following command to show Tomcat version,

<java install folder>/bin/java -cp <sps install folder>/Tomcat/lib/catalina.jar org.apache.catalina.util.ServerInfo

 

Here is an sample output,

# /etc/alternatives/jre_11_openjdk/bin/java -cp /opt/CA/secure-proxy/Tomcat/lib/catalina.jar org.apache.catalina.util.ServerInfo
Server version: Apache Tomcat/9.0.71
Server built:   Jan 9 2023 22:33:01 UTC
Server number:  9.0.71.0
OS Name:        Linux
OS Version:     3.10.0-1160.118.1.el7.x86_64
Architecture:   amd64
JVM Version:    11.0.23+9-LTS
JVM Vendor:     Red Hat, Inc.