Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update site to use 1.2-M22
  • Loading branch information
gashcrumb committed Oct 8, 2013
1 parent 23c3bbf commit bf1158a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/GetStarted.md
Expand Up @@ -7,17 +7,17 @@ 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-M20/hawtio-app-1.2-M20.jar">Download the executable hawtio-app-1.2-M20.jar</a>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-app/1.2-M22/hawtio-app-1.2-M22.jar">Download the executable hawtio-app-1.2-M22.jar</a>

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

java -jar hawtio-app-1.2-M20.jar
java -jar hawtio-app-1.2-M22.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/)

You can specify the port number to use, for example to use port 8090 run from the command line:

java -jar hawtio-app-1.2-M20.jar 8090
java -jar hawtio-app-1.2-M22.jar 8090

## Using a Servlet Engine or Application Server

Expand All @@ -26,10 +26,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-M20/hawtio-default-1.2-M20.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-M22/hawtio-default-1.2-M22.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-M20/sample-1.2-M20.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-M22/sample-1.2-M22.war">Download sample.war</a>
</td>
</tr>
<tr>
Expand All @@ -47,12 +47,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-M20/](http://localhost:8080/hawtio-default-1.2-M20/) or [http://localhost:8080/sample-1.2-M20/](http://localhost:8080/sample-1.2-M20/) depending on the file name you downloaded.
Otherwise you will need to use either [http://localhost:8080/hawtio-default-1.2-M22/](http://localhost:8080/hawtio-default-1.2-M22/) or [http://localhost:8080/sample-1.2-M22/](http://localhost:8080/sample-1.2-M22/) 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-M20/hawtio-default-offline-1.2-M20.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-M22/hawtio-default-offline-1.2-M22.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 @@ -66,7 +66,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-M20/xml/features
features:addurl mvn:io.hawt/hawtio-karaf/1.2-M22/xml/features
features:install hawtio

If you are using [Apache Karaf](http://karaf.apache.org/) 2.3.3 or newer then you can use 'features:chooseurl' which is simpler to do:
Expand Down Expand Up @@ -111,7 +111,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-M20/hawtio-no-slf4j-1.2-M20.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-M22/hawtio-no-slf4j-1.2-M22.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

0 comments on commit bf1158a

Please sign in to comment.