Repository: qpid-dispatch Updated Branches: refs/heads/master 7c2191eea -> b34136d63
DISPATCH-447 Adding README.txt to stand-alone install Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b34136d6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/b34136d6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/b34136d6 Branch: refs/heads/master Commit: b34136d63201e4853728ab3e5052838c597bd658 Parents: 7c2191e Author: Ernest Allen <[email protected]> Authored: Wed Jul 20 10:01:55 2016 -0400 Committer: Ernest Allen <[email protected]> Committed: Wed Jul 20 10:01:55 2016 -0400 ---------------------------------------------------------------------- console/stand-alone/README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/b34136d6/console/stand-alone/README.txt ---------------------------------------------------------------------- diff --git a/console/stand-alone/README.txt b/console/stand-alone/README.txt new file mode 100644 index 0000000..3c38b9d --- /dev/null +++ b/console/stand-alone/README.txt @@ -0,0 +1,21 @@ +# dispatch-standalone +The stand-alone qpid dispatch console is an html web site that monitors and controls a qpid dispatch router + +To install the console: +- install and setup a web server (such as apache tomcat) +- under the web servers's webapps dir, create a dispatch dir +- copy the contents of this directory to the web server's dispatch dir + +To run the web console: +- start the web server +- in a browser, navigate to http://localhost:<htmlport>/dispatch/ + +To connect to a qpid dispatch router from the console, you'll need to setup a websockets to tcp proxy. + +To setup and run a websockets proxy: +- dnf install websockify +- websockify 0.0.0.0:5673 0.0.0.0:<router's listener port> + +On the console's connect page you can then use the address of your web server and port 5673 to connect. + + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
