Giter Site home page Giter Site logo

prahaladhchandrahasan / hawtio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hawtio/hawtio

0.0 0.0 0.0 94.51 MB

Hawtio web console helps you manage your JVM stuff and stay cool!

Home Page: https://hawt.io/

License: Apache License 2.0

Java 95.83% JavaScript 1.28% HTML 1.37% TypeScript 1.02% Shell 0.49% Less 0.01%

hawtio's Introduction

hawtio

Test

Introduction

Hawtio is a lightweight and modular Web console for managing Java applications.

Hawtio screenshot

Hawtio has lots of plugins such as: Apache ActiveMQ "Classic," Apache Camel, JMX, OSGi, Logs, Spring Boot, and Diagnostics. You can dynamically extend Hawtio with your own plugins or automatically discover plugins inside the JVM.

The only server side dependency (other than the static HTML/CSS/JS/images) is the excellent Jolokia library which has small footprint (around 300KB) and is available as a JVM agent, or comes embedded as a servlet inside the hawtio-default.war or can be deployed as an OSGi bundle.

Get Started

For more details and other containers, see Get Started Guide.

Running an executable JAR

You can start up Hawtio on your machine using the hawtio-app executable JAR.

Once you have downloaded it, just run this from the command line:

java -jar hawtio-app-2.15.0.jar

Running a Spring Boot app

Attaching the Hawtio console to your Spring Boot app is simple.

  1. Add io.hawt:hawtio-springboot to the dependencies in pom.xml:

     <dependency>
       <groupId>io.hawt</groupId>
       <artifactId>hawtio-springboot</artifactId>
       <version>2.15.0</version>
     </dependency>
    
  2. Enable the Hawtio and Jolokia endpoints by adding the following line in application.properties:

    management.endpoints.web.exposure.include=hawtio,jolokia
    spring.jmx.enabled=true 
    

Now you should be able to run Hawtio in your Spring Boot app as follows:

mvn spring-boot:run

Opening http://localhost:8080/actuator/hawtio should show the Hawtio console.

See Spring Boot example for a working example app.

Deploying on Apache Karaf

If you are using Apache Karaf 4.x and above:

feature:repo-add hawtio 2.15.0
feature:install hawtio

This will install all the features required for Hawtio. The Hawtio console can then be viewed at http://localhost:8181/hawtio.

Karaf versions prior to 4.x are not supported.

Contributing

We love contributions! Here are the resources on how to get you involved in Hawtio development.

Check out the GitHub issues for finding issues to work on.

License

Hawtio is licensed under Apache License, Version 2.0.

hawtio's People

Contributors

abkieling avatar alanfoster avatar astefanutti avatar atooni avatar bosschaert avatar bvahdat avatar chirino avatar cmoulliard avatar davsclaus avatar dejanb avatar ffang avatar gashcrumb avatar gnodet avatar grgrzybek avatar hekonsek avatar iocanel avatar jamesnetherton avatar janstey avatar jfbenckhuijsen avatar jimmidyson avatar jstrachan avatar kevinearls avatar mposolda avatar oscerd avatar paoloantinori avatar sgp avatar skarsaune avatar stalet avatar tadayosi avatar tsirkin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.