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 How to get SNMP MIB files for RSA Appliance 77Number of Views Multiple Apache Tomcat Vulnerabilities in RSA Authentication Manager - False Positive 118Number 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 SecurID Identity Router Vulnerability in the Apache modproxy module 10Number of Views
Trending Articles
RSA Release Notes for RSA Authentication Manager 8.8 Generate a Certificate Signing Request (CSR) for the Web Tier RSA Authentication Manager 8.9 Release Notes (January 2026) RSA SecurID Software Token 4.1.2 and 4.2.1 for Mac OS X displays: No token storage device was detected. Verify that the de… RSA Authentication Manager 8.8 Security Configuration Guide
Don't see what you're looking for?