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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -