summaryrefslogtreecommitdiff
path: root/trunk/qpid/java/management/client/README
blob: 34a48f1f50e7d6f5e28b28f17ed1d022e55e13c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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