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 get SNMP MIB files for RSA Appliance 75Number of Views Error : “403 Forbidden: Your client does not have permission to get the URL from the server” appears when a web applicatio… 56Number of Views RSA Governance & Lifecycle Services 101: Reports Charts & Dashboards - What are they and how can you build them? 36Number 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 SOAP Web Service AFX Connectors fail with 'Unable to get the WSDL' error in RSA Identity Governance & Lifecycle 52Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?