This project is not being actively developed or maintained. The code has been moved to hawtio-integration.
This plugin provides JMX for Hawtio.
yarn add @hawtio/jmx
git clone https://github.com/hawtio/hawtio-jmx
cd hawtio-jmx
yarn install
yarn start
If you want to debug .ts
using a browser developer tool such as Chrome DevTools, pass the --sourcemap
flag:
yarn start --sourcemap
Do not use this flag when you are committing the compiled .js
file, as it embeds source maps to the output file. Use this flag only during development.