Is it possible to disable Tomcat's local JMX server?
Asked Answered
G

0

6

Tomcat provides various monitoring operations via JMX. The documentation describes how to enable and disable remote monitoring. But is it possible to disable local monitoring (i.e. from within a web app deployed to Tomcat itself)?

In other words, can I count on my webapp always being able to get the local MBeanServer using (for example) JmxUtils#locateMBeanServer?

Guenevere answered 7/12, 2017 at 5:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.