From ecd0e7f457b35ba949f7f2665a740c4a976b9d06 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 2 Nov 2007 14:09:31 +0000 Subject: Creating a back as we try to create yet another tag. All these aborted tags will be deleted once the final release is done git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@591339 13f79535-47bb-0310-9956-ffa450edef68 --- FinalAborted2/java/resources/README | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 FinalAborted2/java/resources/README (limited to 'FinalAborted2/java/resources/README') diff --git a/FinalAborted2/java/resources/README b/FinalAborted2/java/resources/README new file mode 100644 index 0000000000..1d52d487fb --- /dev/null +++ b/FinalAborted2/java/resources/README @@ -0,0 +1,40 @@ + +Documentation +-------------- +All of our user documentation for the Qpid Java components can be accessed on our wiki at: + +http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation + +This includes a Getting Started Guide and FAQ as well as detailed developer documentation. +However, here's a VERY quick guide to running the installed Qpid broker, once you have installed it somewhere ! + + +Running the Broker +------------------ + +To run the broker, set the QPID_HOME environment variable to +distribution directory and add $QPID_HOME/bin to your PATH. Then run +the qpid-server shell script or qpid-server.bat batch file to start +the broker. By default, the broker will use $QPID_HOME/etc to find +the configuration files. You can supply a custom configuration using +the -c argument. + +For example: + +qpid-server -c ~/etc/config.xml + +You can get a list of all command line arguments by using the -h argument. + + +Developing +---------- + +In order to build Qpid you need Ant 1.6.5. Use ant -p to list the +available targets. The default ant target, build, creates a working +development-mode distribution in the build directory. To run the +scripts in build/bin set QPID_HOME to the build directory and put +${QPID_HOME}/bin on your PATH. The scripts in that directory include +the standard ones in the distribution and a number of testing scripts. + + + -- cgit v1.2.1