How to get the Apache Tomcat version on an RSA enVision appliance
Originally Published: 2012-08-10
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: 4.0, 4.1
Platform: Apache Tomcat
Tasks
There are 3 ways to get the Tomcat version information.
- Check the %_envision%\logs\pi_webserver.log file and find the line contains Apache Tomcat.
For example:Mar 12, 2012 12:50:39 PM org.apache.catalina.core.StandardEngine:INFO: Starting Servlet Engine: Apache Tomcat/6.0.28 - Refer to the ServerInfo.properties file within the tomcat-catalina.jar file.
- Navigate to the bin directory.
cd %_envision%\bin
- Open tomcat-catalina.jar with a tool capable of unzipping the .jar file.
- Look in the file tomcat-catalina.jar for org\apache\catalina\util\ServerInfo.properties.
For example:server.info=Apache Tomcat/6.0.28
- Navigate to the bin directory.
- Run a Java command to show the Tomcat version.
java -cp %_envision%\bin\tomcat-catalina.jar org.apache.catalina.util.ServerInfo
For example:Server version: Apache Tomcat/6.0.44 Server built: May 8 2015 12:18:30 UTC Server number: 6.0.44.0 OS Name: Windows Server 2008 R2 OS Version: 6.1 Architecture: x86 JVM Version: 1.7.0_17-b02 JVM Vendor: Oracle Corporation
Related Articles
How to secure access to the Authentication Web Service 2Number of Views Citrix Secure Access Gateway Login Issue 14Number of Views Unification fails with ORA-30926: unable to get a stable set of rows in the source tables at 'AVUSER.UNFC_PROCESSOR', line… 541Number of Views Absolute Secure Access - SAML My Page SSO Configuration - RSA Ready Implementation Guide 5Number of Views How to get SNMP MIB files for RSA Appliance 77Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?