Questions tagged [hawtio]

hawtio is a lightweight and modular HTML5 web console for managing Java-based server applications on Tomcat, Jetty, ActiveMQ, ServiceMix, Karaf, JBoss, Fuse Fabric, etc

hawtio is a lightweight and modular HTML5 web console for managing Java-based server applications on many kinds of containers: Tomcat, Jetty, Karaf, JBoss, Fuse Fabric, etc

It has lots of plugins available, and new ones could be created. It is really helpful while working on Apache Camel. It helps in visual interpretation of camel routes. Apart from creating diagrams, it also helps in debugging routes. You can create breakpoints to debug the routes.

198 questions
7
votes
3 answers

How to configure the ActiveMQ 5.10.0 HawtIO interface?

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…
R. Karlus
  • 1,568
  • 1
  • 16
  • 38
6
votes
2 answers

Unable to connect to remote server from Hawtio dashboard

I have a camel web application running on remote-server-1 which is a tomcat 8 server. I have attached a jolokia jvm agent on this tomcat as follows- java -jar jolokia-jvm-1.3.5-agent.jar start I get the following response on my local machine…
Abhishek
  • 604
  • 1
  • 5
  • 21
5
votes
2 answers

How to monitor Apache camel routes in a Java project using hawtio

Usually if we develop a java camel application using Java DSL then its very difficult to monitor the camel routs. To check whether the routes are running or not we need an extra monitoring application need to be developed. But Hawtio ease our work…
Amrith Raj Herle
  • 391
  • 3
  • 11
5
votes
1 answer

Spring-Boot Embedded Wars

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…
Gradinko
  • 130
  • 6
4
votes
1 answer

Camel Context Not Listed in Hawtio JMX At All

I have deployed three example apache camel examples into tomcat: /camel-example-activemq-tomcat-3.5.0-SNAPSHOT /camel-example-cxf-tomcat-3.5.0-SNAPSHOT /camel-example-servlet-tomcat-3.5.0-SNAPSHOT They're all up and running OK. One of them…
suitej
  • 89
  • 7
4
votes
1 answer

Spring Security for Hawt.io

I would like to configure Spring Security for Hawt.io with embedded tomcat. After custom login with (user and password) Hawt.io login is asking to authenticate.But Hawt.io authentication is disabled in code and in config. If I remove MvcConfig and…
sunleo
  • 8,787
  • 30
  • 98
  • 173
4
votes
0 answers

Jolokia agent config using Spring

I am attempting to configure a Jolokia JVM agent in a Spring application by following the reference documentation for Jolokia Spring support given here. I have added jolokia-spring-1.3.1 as a maven dependency, and below is my spring application…
Stephen Hartley
  • 875
  • 1
  • 9
  • 16
4
votes
2 answers

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

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…
ABX
  • 1,135
  • 2
  • 19
  • 36
4
votes
0 answers

Hawtio unable to connect to Jolokia if Jolokia security is enabled

Very new to Hawtio and Jolokia. I am NOT using JBOSS or any other RedHat product, only Tomcat. I downloaded Hawtio-default.war (ver. 1.4.21) and Jolokia.war (ver. 1.2.2). I have two Tomcat (7.0.39) instances on my local machine (localhost), running…
MisterXY
  • 51
  • 4
3
votes
1 answer

Get visual documentation from camel routes in Java?

I'm new to apache camel and made some routes working properly via Java DSL. Now I'm wondering if there is a chance to get automatic a visual representation of these routes with JBoss Fuse? I mean not by drawing it by hand again, more for automatic…
flomo83
  • 155
  • 8
3
votes
2 answers

Jolokia with basic authentication in Spring Boot application and hawt.io

What I'm trying to do: I'm trying to run a sample spring boot application with embedded Jolokia, configure a basic authentication on it and connect to it from hawt.io, I kind of pilot project. My setup (everything on localhost, no…
Mark Bramnik
  • 31,144
  • 4
  • 41
  • 69
3
votes
2 answers

Spring boot , apache camel and hawtio: cannot send message to endpoint

I'm trying to integrate hawtio in a spring-boot application using apache camel. I followed Spring-Boot Embedded Wars and added HawtioConfiguration from How to run hawt.io in spring boot application with embedded tomcat (except for the kubeservice…
jlb
  • 358
  • 3
  • 13
3
votes
0 answers

Camel-swagger and Hawt.io incompatibility

We have Camel (2.15.2) based application with some REST services published. Camel-swagger component is used to publish information about the services. Everything works perfectly if the app is alone in a Tomcat container. 127.0.0.1 - -…
Sergey
  • 1,292
  • 2
  • 16
  • 26
3
votes
0 answers

How to add hawt.io to ActiveMQ 5.11.1

I tried to enable hawtio interface in Apache ActiveMQ like described in How to configure the ActiveMQ 5.10.0 HawtIO interface? which is obviously based on http://sensatic.net/activemq/activemq-and-hawtio.html. I am able to see the logon screen of…
Marged
  • 9,123
  • 9
  • 45
  • 87
2
votes
1 answer

camel springboot and hawtio integration

I am working on integrating the camel springboot component with hawtio. I can't see the camel tab in the hawtio UI. I am using below dependencies of springboot camel and hawtio org.apache.camel.springboot
Girish Bhat M
  • 352
  • 3
  • 12
1
2 3
13 14