Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How do I know which JBoss version I have?

    • Article Type: Q&A
    • Product: Aleph
    • Product Version: 20

    Question

    How do I know which JBoss version I have?

    Answer

    To find out which JBoss version is currently installed on your Aleph server, perform the following steps:

    1.
    cd /exlibris/aleph/a20_n/ng/aleph/home/system/thirdparty/openserver/lib

    2.
    cp jboss-system.jar /tmp

    3.
    cd /tmp

    4.
    unzip jboss-system.jar

    Archive: jboss-system.jar
    inflating: META-INF/MANIFEST.MF
    creating: org/
    creating: org/jboss/
    creating: org/jboss/deployment/
    creating: org/jboss/deployment/cache/
    creating: org/jboss/deployment/scanner/
    creating: org/jboss/system/
    creating: org/jboss/system/server/
    inflating: org/jboss/Version.class
    inflating: org/jboss/deployment/ClasspathExtension.class
    inflating: org/jboss/deployment/ClasspathExtensionMBean.class
    ...
    ...
    inflating: org/jboss/system/server/ServerLoader.class
    creating: org/jboss/metadata/
    inflating: org/jboss/metadata/jboss-service_3_2.dtd
    inflating: org/jboss/metadata/jboss-subscription.dtd
    inflating: org/jboss/version.properties

    5.
    less ./META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Specification-Title: JBoss
    Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)
    Ant-Version: Apache Ant 1.6.1
    Implementation-Title: JBoss [WonderLand]
    Specification-Vendor: JBoss (http://www.jboss.org/)
    Specification-Version: 3.2.5
    Implementation-Vendor-Id: http://www.jboss.org/
    Implementation-Version: 3.2.5 (build: CVSTag=JBoss_3_2_5 date=20040625
    1954)
    Implementation-Vendor: JBoss.org
    Implementation-URL: http://www.jboss.org/


    The lines towards the end show the version of your JBoss installation:

    * this is how the lines look for JBoss version 3.2.5:


    Created-By: 1.4.2_04-b05 (Sun Microsystems Inc.)
    ...
    Specification-Version: 3.2.5
    ...
    Implementation-Version: 3.2.5 (build: CVSTag=JBoss_3_2_5 date=20040625


    * this is how the lines look for JBoss version 5.1.0:


    Created-By: 1.5.0_15-b04 (Sun Microsystems Inc.)
    ...
    Specification-Version: 5.1.0.GA
    ...
    Implementation-Version: 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=20

    Category: Interoperability (500)

    Subject: Primo


    • Article last edited: 10/8/2013