1 Reply Latest reply on Sep 7, 2003 10:23 AM by juha

    Running MonitorMBean in JBoss

    ranaaich

      Hello All,

      I'm a newbie in this sphere and the following question may be simple to answer.

      I have downloaded the JMX Reference Implementation, version 1.2.1 from the SUN and was trying to run the examples. And all of them ran successfully from the command line.

      Now I'm interseted in running the Chapter jmx-1_2_1-bin\examples\MonitorMBean in my JBoss container. I'm not sure how to do that i.e. Which files to register as MBean in JBoss container (using MLet). Which file to run from the comand line.

      Any insight on this matter will be really helpful to me.

      Thanks in advance.

      Regards,

      Rana Aich.

        • 1. Re: Running MonitorMBean in JBoss

          MBeans are deployed as part of service archive files (SAR) in JBoss. The format is explained and covered at least in the JBoss Dev and Admin book (available if you follow the documentation link)

          -- Juha