Search results
Expose Embedded Tomcat MBeans through JMX in Spring Boot
application.yml
:
server:
tomcat:
mbeanregistry:
enabled: true
Exposing Embedeed Tomcat MBeans through JMX in VisualVM
application.yml
:
server:
tomcat:
mbeanregistry:
enabled: true
Exposing Embedeed Tomcat MBeans through JMX in VisualVM