diff options
| author | Andrea Gazzarini <agazzarini@apache.org> | 2009-01-27 10:11:10 +0000 |
|---|---|---|
| committer | Andrea Gazzarini <agazzarini@apache.org> | 2009-01-27 10:11:10 +0000 |
| commit | 5d72e9d1fd97f666f0fddbc9dcc25a6e45733412 (patch) | |
| tree | a7449a17f3ea7272f21c79a858436cb9d095cbea /qpid/java/management/client/README | |
| parent | a7204cbe791a5bf7cebed2062708c5eb18e460dd (diff) | |
| download | qpid-python-5d72e9d1fd97f666f0fddbc9dcc25a6e45733412.tar.gz | |
QPID-1606 : QMan WS-DM examples
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/client/README')
| -rw-r--r-- | qpid/java/management/client/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/qpid/java/management/client/README b/qpid/java/management/client/README new file mode 100644 index 0000000000..34a48f1f50 --- /dev/null +++ b/qpid/java/management/client/README @@ -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 |
