Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hawtio installation on ESB runtimes

Hi,

 

I want to use Hawtio to monitor ou ESB runtimes.

 

1-I did a first test on a local runtime (On my PC). I can connect successfully from the webconsole http://localhost:8080/hawtio/jvm/connect with these parameters:

Host: localhost

Port: 8040

Path: jolokia

 

2-Now I want to monitor our server runtimes.

I ran these commandes in Karaf:

feature:repo-add hawtio 1.5.6
feature:install hawtio
 
Then I ran the console on my PC:  http://localhost:8080/hawtio/jvm/connect and try to connect with these parameters:

Host: <myservername>

Port: 8040

Path: jolokia

 
But it doesn't work. Hawtio is asking for a login/password. I tried many things (karaf/karaf for instance) but it doesn't work.
 
I can enter any server name (Even a wrong one), I get the same result...
 
Does one of yours connect to a remote karaf server through Hawtio ?
 
Regards.
 
Eric
 
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,

Are you studio and runtime on different server? Did you install Hawtio on your PC only?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi Sabrina,

 

My studio is on my PC (But it has nothing to do with this issue as Studio is not involved).

 

My runtime is on a server (Not on my PC).

 

I installed Hawtio feature in Karaf on this runtime.

 

I run the HAWTIO webconsole from my PC.

 

If I connect to a runtime on my PC, it runs fine.

 

Eric