Tomcat: How to find out running tomcat version

前端 未结 27 1922
臣服心动
臣服心动 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:20

    You can simply open http://localhost:8080/ in your web browser and this will open Tomcat welcome page that shows running Tomcat version like this:

    Apache Tomcat/7.0.42
    
    • I assume that your Tomcat is running on port 8080

提交回复
热议问题