Install hawtio v1 on Apache Karaf 4.2.0 M2

Tadayoshi Sato
1 min readMar 2, 2018

--

If you want to install hawtio v1 on Apache Karaf 4.2.0 M2, simply doing the following doesn’t install hawtio unfortunately.

> repo-add hawtio
> feature:install hawtio

There are two additional features to install before hawtio.

> feature:install aries-blueprint
> feature:install shell-compat

Now you should be able to install hawtio.

In the future, we may need to add those required features to the hawtio feature so that users won’t be required to do the above steps. In the meantime, you can install hawtio by the above steps.

--

--

Tadayoshi Sato
Tadayoshi Sato

Written by Tadayoshi Sato

Software engineer at Red Hat, working on Red Hat build of Apache Camel and the open-source projects: Apache Camel and Hawtio.

No responses yet