Saturday, August 22, 2015

Quickly find out tomcat version

To quickly find out the tomcat version you are running:

  • Navigate to the tomcat home folder/lib: C:\Apps\apache-tomcat-7.0.55\lib>
  • Issue following command: C:\Apps\apache-tomcat-7.0.55\lib>java -cp catalina.jar org.apache.catalina.util.ServerInfo.  It will return you something similar to the following:

Server version: Apache Tomcat/7.0.55
Server built:   Jul 18 2014 05:34:04
Server number:  7.0.55.0
OS Name:        Windows 7
OS Version:     6.1
Architecture:   amd64
JVM Version:    1.7.0_67-b01
JVM Vendor:     Oracle Corporation

No comments:

Post a Comment

I appreciate your time in leaving a comment!