Is there any JMX - REST bridge available?

前端 未结 5 1405
慢半拍i
慢半拍i 2020-12-31 02:32

Hi I would like to monitor a Java application using the browser but at the same time utilising the existing JMX infrastructure.

I know that JMX provides a HTTP inter

5条回答
  •  再見小時候
    2020-12-31 02:48

    Tomcat provides a JMX Proxy Servlet in its Manager Application. I don't think it's exactly REST, but it's stateless and is built from simple HTTP requests, so it should be close enough.

提交回复
热议问题