2 Replies Latest reply on Feb 15, 2007 12:58 PM by kenevel

    list container system properties over JMX HTTP invocation

    kenevel

      Hi everyone,

      We've built a management web-app which we can feed some config about the servers in a JBoss cluster and it will then interrogate them via JMX using serialized Invocation objects over an HTTP POST.

      While we've got this working fine with registered MBeans, I've just been asked whether we can retrieve a list of the system properties being used in the container using the same method.

      So my question is whether any standard JBoss MBean components can report this information, or whether I have to write a trivial/custom MBean to do this and deploy it to each of the target servers?

      Cheers

      Michael