Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs to point to M26
  • Loading branch information
gashcrumb committed Oct 30, 2013
1 parent 643b94c commit bf09c81
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion doc/Configuration.md
Expand Up @@ -57,7 +57,7 @@ this will disable security login. (Or use a different property to change the def

Or if you are running hawtio stand alone try:

java -Dhawtio.authenticationEnabled=false -jar ~/Downloads/hawtio-app-1.2-M25.jar
java -Dhawtio.authenticationEnabled=false -jar ~/Downloads/hawtio-app-1.2-M26.jar

If you are using containers like Tomcat you can pass in system property values via the **CATALINA_OPTS** environment variable instead.

Expand Down
22 changes: 11 additions & 11 deletions doc/GetStarted.md
Expand Up @@ -7,21 +7,21 @@ 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-M25/hawtio-app-1.2-M25.jar">Download the executable hawtio-app-1.2-M25.jar</a>
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-app/1.2-M26/hawtio-app-1.2-M26.jar">Download the executable hawtio-app-1.2-M26.jar</a>

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

java -jar hawtio-app-1.2-M25.jar
java -jar hawtio-app-1.2-M26.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-M25.jar --port 8090
java -jar hawtio-app-1.2-M26.jar --port 8090

hawtio supports other options which you can get listed by running from command line:

java -jar hawtio-app-1.2-M25.jar --help
java -jar hawtio-app-1.2-M26.jar --help

## Using a Servlet Engine or Application Server

Expand All @@ -30,10 +30,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-M25/hawtio-default-1.2-M25.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-M26/hawtio-default-1.2-M26.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-M25/sample-1.2-M25.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-M26/sample-1.2-M26.war">Download sample.war</a>
</td>
</tr>
<tr>
Expand All @@ -51,12 +51,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-M25/](http://localhost:8080/hawtio-default-1.2-M25/) or [http://localhost:8080/sample-1.2-M25/](http://localhost:8080/sample-1.2-M25/) depending on the file name you downloaded.
Otherwise you will need to use either [http://localhost:8080/hawtio-default-1.2-M26/](http://localhost:8080/hawtio-default-1.2-M26/) or [http://localhost:8080/sample-1.2-M26/](http://localhost:8080/sample-1.2-M26/) 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-M25/hawtio-default-offline-1.2-M25.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-M26/hawtio-default-offline-1.2-M26.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 @@ -68,7 +68,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-M25/xml/features
features:addurl mvn:io.hawt/hawtio-karaf/1.2-M26/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 All @@ -80,7 +80,7 @@ The hawtio console can then be viewed at [http://localhost:8181/hawtio/](http://

**NOTE** if you are on ServiceMix 4.5 then you should install hawtio-core instead of hawtio, eg

features:addurl mvn:io.hawt/hawtio-karaf/1.2-M25/xml/features
features:addurl mvn:io.hawt/hawtio-karaf/1.2-M26/xml/features
features:install hawtio-core

### If you use a HTTP proxy
Expand Down Expand Up @@ -115,7 +115,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-M25/hawtio-no-slf4j-1.2-M25.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-M26/hawtio-no-slf4j-1.2-M26.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-M25/hawtio-web-1.2-M25.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-M26/hawtio-web-1.2-M26.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-M25/hawtio-web-1.2-M25.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-M26/hawtio-web-1.2-M26.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 bf09c81

Please sign in to comment.