Created
November 25, 2016 08:45
-
-
Save mystdeim/de9f654fc3a86676dbd318b7c219f5e2 to your computer and use it in GitHub Desktop.
hawtio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo java -jar hawtio-app-1.4.66.jar | |
[main] INFO jetty - using temp directory for jetty: /root/.hawtio/tmp | |
Embedded hawtio: You can use --help to show usage | |
Using options [ | |
war=/tmp/hawtio-7492351143374988182.war | |
contextPath=/hawtio | |
port=8080 | |
extraClassPath=file:/usr/lib/jvm/java-8-oracle/lib/tools.jar | |
plugins=plugins | |
openUrl=true | |
jointServerThread=false | |
help=false] | |
About to start hawtio /tmp/hawtio-7492351143374988182.war | |
[main] INFO org.eclipse.jetty.server.Server - jetty-8.y.z-SNAPSHOT | |
[main] INFO org.eclipse.jetty.webapp.WebInfConfiguration - Extract jar:file:/tmp/hawtio-7492351143374988182.war!/ to /root/.hawtio/tmp/webapp | |
[main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /hawtio, did not find org.apache.jasper.servlet.JspServlet | |
[main] INFO io.hawt.system.ConfigManager - Configuration will be discovered via system properties | |
[main] INFO io.hawt.jmx.JmxTreeWatcher - Welcome to hawtio 1.4.66 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) | |
[main] INFO io.hawt.jmx.UploadManager - Using file upload directory: /tmp/uploads | |
[main] INFO /hawtio - Loading Blueprint contexts [file:/root/.hawtio/tmp/webapp/WEB-INF/classes/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-aether-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-core-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-git-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-ide-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-json-schema-mbean-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/root/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-local-jvm-mbean-1.4.66.jar!/OSGI-INF/blueprint/blueprint.xml] | |
[main] INFO io.hawt.log.log4j.Log4jLogQuery - Connected to Log4j appender to trap logs with hawtio log plugin | |
[main] INFO io.hawt.git.GitFacade - hawtio using config directory: /root/.hawtio/config | |
[main] INFO io.hawt.git.GitFacade - Performing a pull in git repository /root/.hawtio/config on remote URL: https://github.com/hawtio/hawtio-config.git. Subsequent pull attempts will use debug logging | |
[main] INFO io.hawt.web.AuthenticationFilter - Starting hawtio authentication filter, JAAS authentication disabled | |
[main] INFO /hawtio - jolokia-agent: Using policy access restrictor classpath:/jolokia-access.xml | |
[main] INFO org.eclipse.jetty.webapp.WebAppContext - hawtio at http://0.0.0.0:8080/hawtio | |
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started [email protected]:8080 | |
hawtio: Don't cha wish your console was hawt like me! | |
===================================================== | |
http://localhost:8080/hawtio | |
Failed to open browser session, to access hawtio visit "http://localhost:8080/hawtio" | |
[qtp1232367853-22] INFO io.hawt.web.keycloak.KeycloakServlet - Keycloak integration is disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment