summaryrefslogtreecommitdiff
path: root/qpid/java/README.txt
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2006-11-09 22:12:19 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2006-11-09 22:12:19 +0000
commit1cdb3c23f45820f32ef25e8e8ced000d35cf5d44 (patch)
tree3639f7fc301b52f8db0c7e672113339e577f8c76 /qpid/java/README.txt
parent402ac40145f2d35f9f9bfd34d499336faeb65c2e (diff)
downloadqpid-python-1cdb3c23f45820f32ef25e8e8ced000d35cf5d44.tar.gz
Adding the nessacery licensing and notice files as per Apache guidelines
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/README.txt')
-rw-r--r--qpid/java/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/qpid/java/README.txt b/qpid/java/README.txt
new file mode 100644
index 0000000000..bf41dc4fd3
--- /dev/null
+++ b/qpid/java/README.txt
@@ -0,0 +1,16 @@
+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.
+