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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -