Tomcat: How to find out running tomcat version

前端 未结 27 1861
臣服心动
臣服心动 2020-11-30 16:18

I\'m trying to get Appfuse + tomcat + jRebel working.

Appfuse by default uses Cargo to download tomcat (ver. 7.0.33) and deploy the application to it. I wish to use

27条回答
  •  自闭症患者
    2020-11-30 17:07

    Though this is not recent, I thought, my answer can still help others:

    cd tomcat/lib 
    java -cp catalina.jar org.apache.catalina.util.ServerInfo
    

    and that's it.

    Server version: Apache Tomcat/7.0.30
    Server built:   May 23 2013 02:54:10
    Server number:  7.0.30.0
    OS Name:        Linux
    OS Version:     3.13.0-36-generic
    Architecture:   amd64
    JVM Version:    1.7.0_65-b32
    JVM Vendor:     Oracle Corporation
    

提交回复
热议问题