# hawtio **Repository Path**: jstrong/hawtio ## Basic Information - **Project Name**: hawtio - **Description**: Hawtio web console helps you manage your JVM stuff and stay cool! - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://hawt.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-04 - **Last Updated**: 2023-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![hawtio][logo] [![CircleCI](https://circleci.com/gh/hawtio/hawtio.svg?style=svg)](https://circleci.com/gh/hawtio/hawtio) ## Introduction [Hawtio](http://hawt.io) is a lightweight and modular Web console for managing Java applications. ![Hawtio screenshot](https://raw.githubusercontent.com/hawtio/website/master/static/images/screenshots/camel-route.png) Hawtio has [lots of plugins](http://hawt.io/docs/plugins/) such as: Apache ActiveMQ, 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](http://jolokia.org) which has small footprint (around 300KB) and is available as a [JVM agent](http://jolokia.org/agent/jvm.html), or comes embedded as a servlet inside the `hawtio-default.war` or can be deployed as [an OSGi bundle](http://jolokia.org/agent/osgi.html). ## Get Started - [Running an executable JAR](#running-an-executable-jar) - [Running a Spring Boot app](#running-a-spring-boot-app) - [Deploying on Apache Karaf](#deploying-on-apache-karaf) - [Deploying on OpenShift](https://github.com/hawtio/hawtio-online) For more details and other containers, see [Get Started Guide](http://hawt.io/docs/get-started/). ### Running an executable JAR You can start up Hawtio on your machine using the hawtio-app executable JAR. * [hawtio-app-2.10.0.jar](https://repo1.maven.org/maven2/io/hawt/hawtio-app/2.10.0/hawtio-app-2.10.0.jar) Once you have downloaded it, just run this from the command line: java -jar hawtio-app-2.10.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`: io.hawt hawtio-springboot 2.10.0 2. Enable the Hawtio and Jolokia endpoints by adding the following line in `application.properties`: management.endpoints.web.exposure.include=hawtio,jolokia Now you should be able to run Hawtio in your Spring Boot app as follows: mvn spring-boot:run Opening should show the Hawtio console. See [Spring Boot example](https://github.com/hawtio/hawtio/tree/hawtio-2.10.0/examples/springboot) for a working example app. ### Deploying on Apache Karaf If you are using [Apache Karaf](https://karaf.apache.org/) 4.x and above: feature:repo-add hawtio 2.10.0 feature:install hawtio This will install all the features required for Hawtio. The Hawtio console can then be viewed at . Karaf versions prior to 4.x are not supported. ## Contributing We love [contributions](http://hawt.io/docs/contributing/)! Here are the resources on how to get you involved in Hawtio development. * [FAQ](http://hawt.io/docs/faq/) * [Change Log](CHANGES.md) * [How to contribute](http://hawt.io/docs/contributing/) * [How to build the code](BUILDING.md) * [How to get started working on the code](DEVELOPERS.md) * [Community](http://hawt.io/community/) Check out the [GitHub issues](https://github.com/hawtio/hawtio/issues) for finding issues to work on. ## License Hawtio is licensed under [Apache License, Version 2.0](LICENSE.txt). [logo]: http://hawt.io/images/hawtio_logo.svg "hawtio"