Hawtio Docker#
A modular web console for managing your Java stuff
Running from CLI (JBang)#
JBang#
GitBash/cygwin/mingwin/WSL:
curl -Ls https://sh.jbang.dev | bash -s - app setup
Start up Hawtio#
jbang app install hawtio@hawtio/hawtio
hawtio --help
Connecting directly to a remote JVM from CLI#
hawtio --connection=myconn=http://localhost:8778/jolokia/
hawtio --connection=myconn
hawtio --connection=conn1 --connection=conn2 --connection=conn3
hawtio --port 8000 --connection=myconn=http://localhost:8090/sba/actuator/jolokia
Docker#
docker run -d --name hawtio -p 8080:8080 znio/hawtio
Runtime Environment#
Screenshots#


