Navigation Menu

Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Oct 17, 2013
1 parent 075d791 commit 3828fdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuration/index.html
Expand Up @@ -117,7 +117,7 @@ <h4 id = "Configuring_or_disabling_security_in_Karaf__ServiceMix__Fuse">Configur

<p>Or if you are running hawtio stand alone try:</p>

<pre><code>java -Dhawtio.authenticationEnabled=false -jar ~/Downloads/hawtio-app-1.2-M16.jar</code></pre>
<pre><code>java -Dhawtio.authenticationEnabled=false -jar ~/Downloads/hawtio-app-1.2-M24.jar</code></pre>

<p>If you are using containers like Tomcat you can pass in system property values via the <strong>CATALINA_OPTS</strong> environment variable instead.</p>

Expand Down
2 changes: 1 addition & 1 deletion plugins/howPluginsWork.html
Expand Up @@ -60,7 +60,7 @@ <h1>How Plugins Work</h1>

<p>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.</p>

<p>So you can deploy the standard <a href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M10/hawtio-web-1.2-M10.war">hawtio-web.war</a>; then as you deploy more services to your container, hawtio will update itself to reflect the suitable plugins in the UI.</p>
<p>So you can deploy the standard <a href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M24/hawtio-web-1.2-M24.war">hawtio-web.war</a>; then as you deploy more services to your container, hawtio will update itself to reflect the suitable plugins in the UI.</p>

<p>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.</p>

Expand Down
2 changes: 1 addition & 1 deletion plugins/index.html
Expand Up @@ -61,7 +61,7 @@ <h1 id = "hawtio_Plugins">hawtio Plugins</h1>

<h2 id = "Included_Plugins">Included Plugins</h2>

<p>The following plugins are all included by default in the <a href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M10/hawtio-web-1.2-M10.war">hawtio-web.war</a> distro. You can see the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app">source for the all default plugins here</a>.</p>
<p>The following plugins are all included by default in the <a href="https://oss.sonatype.org/content/repositories/public/io/hawt/hawtio-web/1.2-M24/hawtio-web-1.2-M24.war">hawtio-web.war</a> distro. You can see the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-web/src/main/webapp/app">source for the all default plugins here</a>.</p>

<table class="table">
<tr>
Expand Down

0 comments on commit 3828fdc

Please sign in to comment.