hawtio

HawtIO + Camel plugin - Multiple context not showing up - Limits to max3

半腔热情 提交于 2019-12-08 10:34:27
问题 Our application is enterprise application which contains multiple web application. Each web application contains one or more camel context. Recently we are exploring the option of using HawtIO for monitoring and administrative purposes. We are using camel (fuse) version - 2.12.0.redhat-610379 with Wildfly 8.1 (Dev env -prod being WAS8.5). I have tried with HawtIO web app version ranging from 1.4.10 to 14 and with no-slf4j version as well. But HawtIO is showing maximum 3 camelcontext only. I

How to configure the ActiveMQ 5.10.0 HawtIO interface?

柔情痞子 提交于 2019-12-04 23:10:21
问题 I'm using ActiveMQ 5.9.0 that has a amazing HawtIO interface. So when 5.10.0 has come, I migrated my system too. Now I see that the HawtIO interface doesn't exist inside it... It just disappeared from webapps folder from 5.9.0 to 5.10.0, so I tried the tutorial ActiveMQ and HawtIO but it doesn't work... How to configure the interface? 回答1: Alternatively, you can use HawtIO as a standalone web-app, that connects to ActiveMQ through Jolokia (pre 5.9 way of doing it). Download the HawtIO

How to configure the ActiveMQ 5.10.0 HawtIO interface?

核能气质少年 提交于 2019-12-03 15:08:19
I'm using ActiveMQ 5.9.0 that has a amazing HawtIO interface. So when 5.10.0 has come, I migrated my system too. Now I see that the HawtIO interface doesn't exist inside it... It just disappeared from webapps folder from 5.9.0 to 5.10.0, so I tried the tutorial ActiveMQ and HawtIO but it doesn't work... How to configure the interface? Alternatively, you can use HawtIO as a standalone web-app, that connects to ActiveMQ through Jolokia (pre 5.9 way of doing it). Download the HawtIO standalone jar here: http://hawt.io/getstarted/index.html Run the jar on the ActiveMQ-server: java -jar hawtio-app

How to update camel properties externally?

ε祈祈猫儿з 提交于 2019-12-02 10:12:01
Im developping non OSGI app and i need to update the values ​​of some properties used in camel routes (loaded BridgePropertyPlaceHolder). So I thought: To use Hawtio, the cool mangement console, in order update camel using JMX Create a JMX MBean that will update the properties .. I successfully create the MBean operations and call them using JMX, but I can't figure out how to update the camel routes that depends on these properties. Is there a way to update the camel context externally? Update: Exemple of use case:when a remote server doesn't return response, we keep sending messages until we

How to run hawt.io in spring boot application with embedded tomcat

别说谁变了你拦得住时间么 提交于 2019-12-01 07:20:48
问题 I would like to add hawt.io as an embedded component to my spring boot 'fat jar' application which has an embedded tomcat server. How can I do this? How could I deploy the hawt.io war file? UPDATE: I added the dependencies: hawtio-web hawtio-core hawtio-plugin-mbean hawtio-springboot to my pom When I start the application now and open the url localhost:8080/hatio/index.html I get the login page presented. Since I don't know username and password I the added hawtio.authenticationEnabled=false

Spring-Boot Embedded Wars

那年仲夏 提交于 2019-11-29 07:24:23
How can I include a third-party war in my Spring-Boot app? I'd like to stick to a single, executable artifact instead of going the traditional tomcat deployment route, but I'd also like to include something like hawtio ( http://hawt.io/getstarted/index.html ). Any suggestions would be greatly appreciated. While not strictly an answer to the question, there is now a jar for hawt.io that works specifically with spring boot, which makes the requested requirement unnecessary (io.hawt:hawtio-springboot:jar:1.4.20). The module code is here - https://github.com/hawtio/hawtio/tree/master/hawtio

Spring-Boot Embedded Wars

好久不见. 提交于 2019-11-28 01:08:07
问题 How can I include a third-party war in my Spring-Boot app? I'd like to stick to a single, executable artifact instead of going the traditional tomcat deployment route, but I'd also like to include something like hawtio (http://hawt.io/getstarted/index.html). Any suggestions would be greatly appreciated. 回答1: While not strictly an answer to the question, there is now a jar for hawt.io that works specifically with spring boot, which makes the requested requirement unnecessary (io.hawt:hawtio