awips2/cotsSource/org.apache.qpid/java/management/client
Matt Nash c83e5ff474 Moving 12.1.1 into ss_sync
Former-commit-id: 2a9569942c48542cf708b6c0b9189146fd954c11
2012-01-19 11:53:12 -06:00
..
bin Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
console Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
doc/man Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
etc Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
src Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
build.xml Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
README Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
web.xml Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00

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