diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-04-24 00:01:39 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-04-24 00:01:39 +0000 |
| commit | 87c372e7665e9905216cb4c3510e449e406b730f (patch) | |
| tree | 9fc0deb65a8d85908c117258c11e9458c9298e2b /qpid/java/management/eclipse-plugin/README.txt | |
| parent | d52c60d0d7f5c763a6975dffcdd589ee705da0b7 (diff) | |
| download | qpid-python-87c372e7665e9905216cb4c3510e449e406b730f.tar.gz | |
QPID-832 copy from M2.x
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/eclipse-plugin/README.txt')
| -rw-r--r-- | qpid/java/management/eclipse-plugin/README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/qpid/java/management/eclipse-plugin/README.txt b/qpid/java/management/eclipse-plugin/README.txt new file mode 100644 index 0000000000..5325bf27ec --- /dev/null +++ b/qpid/java/management/eclipse-plugin/README.txt @@ -0,0 +1,21 @@ + +Running the Qpid Management Console (eclipse-plugin) +---------------------------------------------------- + +To run the management console, set the QPIDMC_HOME environment variable to +qpid management console root directory (e.g. C:/qpidmc)and add $QPIDMC_HOME/bin to your PATH. +Then run the script to launch the management console- +For Windows: +------------ +qpidmc.bat +qpidmc.sh (using cygwin) + +Unix: +----- +qpidmc.sh <operating system> <windowing system> <platform achitecture> +eg. qpidms.sh linux motif x86 +qpidmc_motif.sh +qpidmc_gtk.sh + +Apache confluence page for latest information: +http://cwiki.apache.org/confluence/display/qpid/Qpid+Management+Console |
