Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Apache ActiveMQ Artemis plugin for Hawtio

Quickstart

prereqs - Install node and npm, ideally use an LTS version. Run npm install -g gulp bower to install the necessary tools for development

After cloning run:

npm install

followed by:

bower install

then run:

gulp

to start the development server. The development server is configured to proxy a jolokia instance running on localhost:8778, this is set in the gulpfile.js:

  hawtio.setConfig({
    port: 2772,
    staticProxies: [
    {
      port: 8778,
      path: '/jolokia',
      targetPath: '/jolokia'
    }

About

Hawtio plugin for Apache ActiveMQ Artemis

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.