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 25Number of Views Errors in catalina.out when starting KMS running on Apache Tomcat 58Number of Views Configuring the RSA Authentication Agent for Web for IIS with the ISAPI Redirector 51Number of Views How to get SNMP MIB files for RSA Appliance 79Number of Views SecurID Identity Router Vulnerability in the Apache modproxy module 10Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to Download OTP Token Seed Files from myRSA How to factory reset an RSA Authentication Manager 8.x hardware appliance without a factory reset button from the Operatio… RSA Authentication Manager – Unable to Add or Manage Users with Error “The specified ID is already in use”
Don't see what you're looking for?