Skip to content

Commit

Permalink
updated old version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Oct 17, 2013
1 parent 8aa22fe commit f218c37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-M16.jar
java -Dhawtio.authenticationEnabled=false -jar ~/Downloads/hawtio-app-1.2-M24.jar

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

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-M10/hawtio-web-1.2-M10.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-M24/hawtio-web-1.2-M24.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-M10/hawtio-web-1.2-M10.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-M24/hawtio-web-1.2-M24.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 f218c37

Please sign in to comment.