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 clear cache on Apache Tomcat 5.x 24Number of Views Errors in catalina.out when starting KMS running on Apache Tomcat 58Number of Views How to get SNMP MIB files for RSA Appliance 77Number of Views Multiple Apache Tomcat Vulnerabilities in RSA Authentication Manager - False Positive 122Number of Views Unification fails with ORA-30926: unable to get a stable set of rows in the source tables at 'AVUSER.UNFC_PROCESSOR', line… 542Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third …
Don't see what you're looking for?