Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
/ hawtio-jmx Public archive

JMX, JVM and tree plugins for hawtio 2.x

License

Notifications You must be signed in to change notification settings

hawtio/hawtio-jmx

Repository files navigation

DEPRECATED

This project is not being actively developed or maintained. The code has been moved to hawtio-integration.

hawtio-jmx

CircleCI

This plugin provides JMX for Hawtio.

Installation

yarn add @hawtio/jmx

Set up development environment

Clone the repository

git clone https://github.com/hawtio/hawtio-jmx
cd hawtio-jmx

Install development tools

Install project dependencies

yarn install

Run the web application

yarn start

Turn on source maps generation for debugging TypeScript

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.