This project is not being actively developed or maintained.
This module contains various helper functions and some classes that can be used by hawtio plugins.
yarn add @hawtio/utilities
git clone https://github.com/hawtio/hawtio-utilities
cd hawtio-utilities
yarn install
yarn start
To proxy to a local JVM running on a different port than 8282
specify the --port
CLI arguement:
yarn start --port=8181