What version of JBoss I am running?

前端 未结 11 1365
太阳男子
太阳男子 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:13

    Use the following command from Linux

    find $JBOSS_HOME -name run.sh -exec {} -V \; | grep '^JBoss'
    

提交回复
热议问题