find out the installed and runing tomcat version in Linux

Posted danieldai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了find out the installed and runing tomcat version in Linux相关的知识,希望对你有一定的参考价值。

To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomcat bin folder.

For example :

[email protected]:/usr/share/tomcat7/bin$ ./version.sh
Using CATALINA_BASE:   /usr/share/tomcat7
Using CATALINA_HOME:   /usr/share/tomcat7
Using CATALINA_TMPDIR: /usr/share/tomcat7/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /usr/share/tomcat7/bin/bootstrap.jar:/usr/share/tomcat7/bin/tomcat-juli.jar
Server version: Apache Tomcat/7.0.28
Server built:   Apr 8 2014 08:47:08
Server number:  7.0.28.0
OS Name:        Linux
OS Version:     3.15.4-x86_64-linode45
Architecture:   amd64
JVM Version:    1.7.0_55-b14
JVM Vendor:     Oracle Corporation

以上是关于find out the installed and runing tomcat version in Linux的主要内容,如果未能解决你的问题,请参考以下文章

[leetcode-634-Find the Derangement of An Array]

The installer has encountered an unexpected error installing this package.

[LeetCode] Find the Derangement of An Array 找数组的错排

[GeeksForGeeks] Find the largest pair sum in an unsorted array

phpize编译,Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF

[Algorithm] How to find all the subsets of an n-element set T?