2 Replies Latest reply on Sep 27, 2007 5:00 PM by jbosstoon

    Access mbeans from web application running on jboss

    jbosstoon

      I have a requirement to show a status page in my web application that displays information such as server up time, jboss version number etc. I see that the jboss.system mbean has all the information i need to display. Is it possible to get a reference to this in a java class in a web application running on jboss. Or is there an easier way to get and display this information?