1 Reply Latest reply on Jan 16, 2004 4:15 PM by juha

    How to find JBOSS version string

    kkaal

      Hi,

      is it possible to read out the version strings of JBOSS and Tomcat?

      Thanks
      Klaus

        • 1. Re: How to find JBOSS version string

          Yes,

          MBean 'jboss.system:type=Server', attribute 'Version': 3.2.3(200311301445)

          Use either the MBeanServer directly if you're in the same VM, or go through RMIAdaptor if you need it from a client.