Why Spring Boot Actuator adds JMX MBean named 'Tomcat-1'? -
without spring boot actuator, have mbean named 'tomcat'.
but spring boot actuator,
i have mbean named 'tomcat-1' looks mbean named 'tomcat'.
did mis-configure something? or bug of actuator? or intended feature of it?
'tomcat-1' tomcat instance management.
i set 'management.port' property service on port.
i didn't watch log messages carefully.
there answer.
Comments
Post a Comment