summaryrefslogtreecommitdiff
path: root/qpid/java/management/client/README.txt
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-06-23 13:44:50 +0000
committerJonathan Robie <jonathan@apache.org>2010-06-23 13:44:50 +0000
commitb4dcf79489661a2713c702b16ec8e9acc45e7d04 (patch)
treebcb0a12ad06b3cdba62224bb2d17c7493716c1ea /qpid/java/management/client/README.txt
parentf05af5cf4fc8dcad2d2108a65136016570e5da5d (diff)
downloadqpid-python-b4dcf79489661a2713c702b16ec8e9acc45e7d04.tar.gz
Changed README to README.txt throughout the project for consistency. Removed gentools/README.txt, which described Velocity.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/client/README.txt')
-rw-r--r--qpid/java/management/client/README.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/qpid/java/management/client/README.txt b/qpid/java/management/client/README.txt
new file mode 100644
index 0000000000..34a48f1f50
--- /dev/null
+++ b/qpid/java/management/client/README.txt
@@ -0,0 +1,42 @@
+QMan - Qpid JMX & WS-DM Management Bridge
+---------------------------------------------------------
+
+Documentation
+--------------
+All of our user documentation for QMan module can be accessed on our wiki at:
+
+http://cwiki.apache.org/qpid/qman-qpid-management-bridge.html
+
+This includes a Getting Started and User Guide as well as detailed developer documentation.
+However, here's a VERY quick guide to running QMan, once you have installed it somewhere !
+
+Running
+------------------
+
+Once you installed QMan, under the root folder you should have the following structure
+
+- bin (folder) : contains startup & shutdown scripts;
+- app (folder) : contains the web application module;
+- etc (folder) : contains configuration files;
+- examples (folder) : contains examples (and a nested README as well)
+- lib (folder) : contains dependency libraries;
+- log (folder) : this is the default log folder.
+
+To run QMan,
+
+1) edit the $QMAN_HOME/etc/qman-config.xml file and configure broker connection data (host,port, username, etc...)
+2) under the $QMAN_HOME/bin directory run :
+
+> ./qman-wsdm-start.sh
+
+now, under $QMAN_HOME/log directory you should see two files :
+
+1) server.log : contains web server log messages;
+2) qman.log : contains qman log messages;
+
+Administration
+-----------------------
+
+After QMan has been started successfully you can browse its administration console pointing your browser to :
+
+http://<host>:<port>/qman/admin.jsp \ No newline at end of file