Repository: qpid-dispatch Updated Branches: refs/heads/master 7279a153b -> f30eccc44
DISPATCH-375: Fix target .war file name in installation instructions Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f30eccc4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/f30eccc4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/f30eccc4 Branch: refs/heads/master Commit: f30eccc44babf7f15368dd6e46b40168592fbe43 Parents: 7279a15 Author: Ernest Allen <[email protected]> Authored: Thu Jun 9 10:05:05 2016 -0400 Committer: Ernest Allen <[email protected]> Committed: Thu Jun 9 10:05:05 2016 -0400 ---------------------------------------------------------------------- console/hawtio/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/f30eccc4/console/hawtio/README.md ---------------------------------------------------------------------- diff --git a/console/hawtio/README.md b/console/hawtio/README.md index 4bfcd54..716eb21 100644 --- a/console/hawtio/README.md +++ b/console/hawtio/README.md @@ -23,7 +23,7 @@ The dispatch-hawtio-console-<version>.war file should now be in the target direc Copy the dispatch-hawtio-console-<version>.war file as the following name - dispatch-hawtio-console.war + dispatch-plugin.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. @@ -36,11 +36,12 @@ On the Dispatch Router's console page, select the Connect sub tab. Enter the add The console communicates to a router using websockets. The router listens for tcp. Therefore a websockts/tcp proxy is required. -#### Manually running a python websockets/tcp proxy - A popular python based proxy is [websockify](https://github.com/kanaka/websockify). To use it: $ yum install python-websockify + +#### Manually running a python websockets/tcp proxy + $ websockify 5673 0.0.0.0:20009 & In the above, websockify is listening for ws traffic on port 5673 and will proxy it to 0.0.0.0:20009. One of the routers will need a listener on the proxied port. An example router .conf file entry is: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
