Harris Adamovic
Harris Adamovic

Reputation: 87

How to install Hawtio in JBoss Fuse 6.0

I have JBoss Fuse 6.0.0. It seems there is no Hawtio component in here. How to install it in JBoss Fuse 6.0.0?

Upvotes: 0

Views: 207

Answers (2)

Matt Pavlovich
Matt Pavlovich

Reputation: 4316

In JBoss Fuse 6.0.0 it is called "fabric-webui"

`features:install fabric-webui`

Note: that version is very dated. Strongly recommend upgraded

Upvotes: 1

gtonic
gtonic

Reputation: 2313

I think you should be able to install it by executing:

features:addurl mvn:io.hawt/hawtio-karaf/1.4.27/xml/features
features:install hawtio-core`

in your karaf console. Further details can be found on the hawtio website (section: Using Apache Karaf or Apache ServiceMix)

Upvotes: 1

Related Questions