(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
Use the following command from Linux
find $JBOSS_HOME -name run.sh -exec {} -V \; | grep '^JBoss'