Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wagon: Deploying sitegen to repository
  • Loading branch information
FuseSource CI committed Jun 25, 2013
1 parent 014ede2 commit 17bc5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions getstarted/index.html
Expand Up @@ -72,7 +72,7 @@ <h2 id = "Using_a_Servlet_Engine_or_Application_Server">Using a Servlet Engine o
<a class="btn btn-large btn-primary" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default/1.1/hawtio-default-1.1.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.1/sample-1.1.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-M1/sample-1.2-M1.war">Download sample.war</a>
</td>
</tr>
<tr>
Expand All @@ -90,10 +90,10 @@ <h2 id = "Using_a_Servlet_Engine_or_Application_Server">Using a Servlet Engine o

<p>If you rename the downloaded file to <em>hawtio.war</em> then drop it into your deploy directory then open <a href="http://localhost:8080/hawtio/">http://localhost:8080/hawtio/</a> and you should have your hawtio console to play with.</p>

<p>Otherwise you will need to use either <a href="http://localhost:8080/hawtio-default-1.1/">http://localhost:8080/hawtio-default-1.1/</a> or <a href="http://localhost:8080/sample-1.1/">http://localhost:8080/sample-1.1/</a> depending on the file name you downloaded.</p>
<p>Otherwise you will need to use either <a href="http://localhost:8080/hawtio-default-1.2-M1/">http://localhost:8080/hawtio-default-1.2-M1/</a> or <a href="http://localhost:8080/sample-1.2-M1/">http://localhost:8080/sample-1.2-M1/</a> depending on the file name you downloaded.</p>

<p>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.1/hawtio-default-offline-1.1.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).</p>
<a class="btn" href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-default-offline/1.2-M1/hawtio-default-offline-1.2-M1.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).</p>

<p>To see whats changed lately check out the <a href="http://hawt.io/changelog.html">change log</a>.</p>

Expand All @@ -113,7 +113,7 @@ <h2 id = "Using_Fuse__Apache_Karaf_or_Apache_Servicemix">Using Fuse, Apache Kara

<p>Otherwise if you are using 6.0 or earlier of <a href="http://www.jboss.org/products/fuse">Fuse</a> or a vanilla <a href="http://karaf.apache.org/">Apache Karaf</a> or <a href="http://servicemix.apache.org/">Apache ServiceMix</a> then try the following:</p>

<pre><code>features:addurl mvn:io.hawt/hawtio-karaf/1.1/xml/features
<pre><code>features:addurl mvn:io.hawt/hawtio-karaf/1.2-M1/xml/features
features:install hawtio</code></pre>

<p>The hawtio console can then be viewed at <a href="http://localhost:8181/hawtio/">http://localhost:8181/hawtio/</a>.</p>
Expand Down

0 comments on commit 17bc5ac

Please sign in to comment.