Skip to content

Commit

Permalink
update to the latest milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Aug 21, 2013
1 parent bfeb667 commit 5e47195
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions doc/GetStarted.md
Expand Up @@ -7,11 +7,11 @@ The out of the box defaults try to do the right thing for most folks but you may

You can startup hawtio on your machine using the hawtio-app executable jar.

<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-app/1.2-M6/hawtio-app-1.2-M6.jar">Download the executable hawtio-app-1.2-M6.jar</a>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-app/1.2-M7/hawtio-app-1.2-M7.jar">Download the executable hawtio-app-1.2-M7.jar</a>

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

java -jar hawtio-app-1.2-M6.jar
java -jar hawtio-app-1.2-M7.jar

And the console should show you which URL to open to view hawtio; which by default is [http://localhost:8080/hawtio/](http://localhost:8080/hawtio/)

Expand All @@ -22,10 +22,10 @@ If you are running Tomcat 5/6/7, Jetty 7/8 or JBoss (7.1.1.Final) you could just
<table class="buttonTable">
<tr>
<td>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default/1.2-M6/hawtio-default-1.2-M6.war">Download hawtio-default.war</a>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default/1.2-M7/hawtio-default-1.2-M7.war">Download hawtio-default.war</a>
</td>
<td>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/sample/1.2-M6/sample-1.2-M6.war">Download sample.war</a>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/sample/1.2-M7/sample-1.2-M7.war">Download sample.war</a>
</td>
</tr>
<tr>
Expand All @@ -43,12 +43,12 @@ Copy the WAR file to your deploy directory in your container.

If you rename the downloaded file to _hawtio.war_ then drop it into your deploy directory then open [http://localhost:8080/hawtio/](http://localhost:8080/hawtio/) and you should have your hawtio console to play with.

Otherwise you will need to use either [http://localhost:8080/hawtio-default-1.2-M6/](http://localhost:8080/hawtio-default-1.2-M6/) or [http://localhost:8080/sample-1.2-M6/](http://localhost:8080/sample-1.2-M6/) depending on the file name you downloaded.
Otherwise you will need to use either [http://localhost:8080/hawtio-default-1.2-M7/](http://localhost:8080/hawtio-default-1.2-M7/) or [http://localhost:8080/sample-1.2-M7/](http://localhost:8080/sample-1.2-M7/) depending on the file name you downloaded.

Please check [the configuration guide](http://hawt.io/configuration/index.html) to see how to configure things; in particular security.

If you are working offline and have no access to the internet on the machines you want to use with hawtio then you may wish to
<a class="btn" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default-offline/1.2-M6/hawtio-default-offline-1.2-M6.war">Download hawtio-default-offline.war</a> which avoids some pesky errors appearing in your log on startup (as the default behaviour is to clone a git repo on startup for some default wiki and dashboard content).
<a class="btn" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default-offline/1.2-M7/hawtio-default-offline-1.2-M7.war">Download hawtio-default-offline.war</a> which avoids some pesky errors appearing in your log on startup (as the default behaviour is to clone a git repo on startup for some default wiki and dashboard content).

To see whats changed lately check out the [change log](http://hawt.io/changelog.html).

Expand All @@ -62,7 +62,7 @@ If you are using 6.1 or later of [JBoss Fuse](http://www.jboss.org/products/fuse

Otherwise if you are using 6.0 or earlier of [Fuse](http://www.jboss.org/products/fuse) or a vanilla [Apache Karaf](http://karaf.apache.org/) or [Apache ServiceMix](http://servicemix.apache.org/) then try the following:

features:addurl mvn:io.hawt/hawtio-karaf/1.2-M6/xml/features
features:addurl mvn:io.hawt/hawtio-karaf/1.2-M7/xml/features
features:install hawtio

The hawtio console can then be viewed at [http://localhost:8181/hawtio/](http://localhost:8181/hawtio/).
Expand Down Expand Up @@ -102,7 +102,7 @@ If you are using Jetty 8.x then JMX may not enabled by default, so make sure the

If you use JBoss AS 7.x or later or use EAP 6.x or later the above should just work.

However for JBoss AS 6.x or earlier there is [an issue with using newer versions of slf4j](http://totalprogus.blogspot.co.uk/2011/06/javalanglinkageerror-loader-constraint.html) so you must use <a class="btn" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-no-slf4j/1.2-M6/hawtio-no-slf4j-1.2-M6.war">Download hawtio-no-slf4j.war</a>.
However for JBoss AS 6.x or earlier there is [an issue with using newer versions of slf4j](http://totalprogus.blogspot.co.uk/2011/06/javalanglinkageerror-loader-constraint.html) so you must use <a class="btn" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-no-slf4j/1.2-M7/hawtio-no-slf4j-1.2-M7.war">Download hawtio-no-slf4j.war</a>.

To disable security [configure the system properties](http://www.mastertheboss.com/jboss-configuration/how-to-inject-system-properties-into-jboss) by adding the following to your **jboss-as/server/default/deploy/properties-service.xml** file (which probably has the mbean definition already but commented out):

Expand Down
2 changes: 1 addition & 1 deletion doc/HowPluginsWork.md
@@ -1,6 +1,6 @@
Currently hawtio uses JMX to discover which MBeans are present and then dynamically updates the navigation bars and tabs based on what it finds. The UI is updated whenever hawtio reloads the mbeans JSON; which it does periodically or a plugin can trigger explicitly.

So you can deploy the standard [hawtio-web.war](https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M6/hawtio-web-1.2-M6.war); then as you deploy more services to your container, hawtio will update itself to reflect the suitable plugins in the UI.
So you can deploy the standard [hawtio-web.war](https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M7/hawtio-web-1.2-M7.war); then as you deploy more services to your container, hawtio will update itself to reflect the suitable plugins in the UI.

Relying on JMX for discovery doesn't mean though that plugins can only interact with JMX; they can do anything at all that a browser can. e.g. a plugin could use REST to discover UI capabilities and other plugins.

Expand Down
2 changes: 1 addition & 1 deletion doc/Plugins.md
Expand Up @@ -6,7 +6,7 @@ For more details see the [Configuration Guide](http://hawt.io/configuration/inde

## Included Plugins

The following plugins are all included by default in the [hawtio-web.war](https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M6/hawtio-web-1.2-M6.war) distro. You can see the [source for the all default plugins here](https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app).
The following plugins are all included by default in the [hawtio-web.war](https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M7/hawtio-web-1.2-M7.war) distro. You can see the [source for the all default plugins here](https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app).


<table class="table">
Expand Down

0 comments on commit 5e47195

Please sign in to comment.