jmx - How to monitor spring boot application in Hawtio Console? -
i deployed hawtio console in remote tomee(tomcat 8.5.16) web server , spring boot web application in same server. enable de hawtio console show health , logs of spring boot application. console showing jmx information of tomee context not ones of web aplication. added these 2 dependencies in spring application hawtio console doesn't spring healh , logs information:
<dependency> <groupid>org.springframework.boot</groupid> <artifactid>spring-boot-starter-actuator</artifactid> </dependency> <dependency> <groupid>org.jolokia</groupid> <artifactid>jolokia-core</artifactid> </dependency> i sent request health , jolokia endpoints in spring application , answered expected. other configuration should visualize web apps in howtioconsole?
thanks.
Comments
Post a Comment