Repository: qpid-dispatch Updated Branches: refs/heads/master 6b89f2a9b -> eb7cdb959
DISPATCH-307: update readme to reflect new artifact name Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/eb7cdb95 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/eb7cdb95 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/eb7cdb95 Branch: refs/heads/master Commit: eb7cdb959347c4447e3b982710981c27f73a3ef1 Parents: 6b89f2a Author: Robert Gemmell <[email protected]> Authored: Thu May 12 19:09:25 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Thu May 12 19:09:25 2016 +0100 ---------------------------------------------------------------------- console/hawtio/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/eb7cdb95/console/hawtio/README.md ---------------------------------------------------------------------- diff --git a/console/hawtio/README.md b/console/hawtio/README.md index 139c573..4bfcd54 100644 --- a/console/hawtio/README.md +++ b/console/hawtio/README.md @@ -1,6 +1,6 @@ # hawtio dispatch router plugin -dispatch-plugin.war is a standalone [hawtio](http://hawt.io/) plugin that can be deployed in a server alongside the main hawtio-web application. +dispatch-hawtio-console.war is a standalone [hawtio](http://hawt.io/) plugin that can be deployed in a server alongside the main hawtio-web application. The project creates a war file that can be deployed in various application services and is also OSGi-ified so it deploys nicely into Apache Karaf. @@ -9,7 +9,7 @@ The project creates a war file that can be deployed in various application servi The fastest way to use the console is to run the [docker image](https://hub.docker.com/r/ernieallen/dispatch-console/). Follow the installation/run instruction on that page. ## Building -The dispatch-plugin.war file is pre-built and can be installed alongside the hawtio.war on any system with a modern java installation. If you want to build the dispatch-plugin.war from source: +The dispatch-hawtio-console.war file is pre-built and can be installed alongside the hawtio.war on any system with a modern java installation. If you want to build the dispatch-hawtio-console.war from source: - do a maven build of dispatch @@ -17,13 +17,13 @@ The dispatch-plugin.war file is pre-built and can be installed alongside the haw $ mvn clean install -The dispatch-plugin-<version>.war file should now be in the target directory. +The dispatch-hawtio-console-<version>.war file should now be in the target directory. ## Apache Tomcat installation -Copy the dispatch-plugin-<version>.war file as the following name +Copy the dispatch-hawtio-console-<version>.war file as the following name - dispatch-plugin.war + dispatch-hawtio-console.war to the deploy directory of Apache Tomcat or similar Java web container. Ensure the hawtio.war file is present in the same directory. Point a browser at http://\<tomcat-host:port\>/hawtio Dispatch Router should be available as a tab in the console. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
