Search code examples
jbossjbossfusehawtio

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?


Solution

  • 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)