What version of JBoss I am running?

前端 未结 11 1388
太阳男子
太阳男子 2021-02-05 11:05

(As asked in title:) How do I tell what version of JBoss I am running?

I am also curious what version of tomcat I am running. Does a specific version of JBoss correspond

11条回答
  •  醉酒成梦
    2021-02-05 11:28

    If it helps there is also a jar-versions.xml in my JBoss installation in JBoss root folder. This doesn't require you to wget or jar xvf.

    E.g.

    $  grep jboss-system.jar /opt/jboss-5.1.0.GA/jar-versions.xml | fold
      
    $
    

提交回复
热议问题