From 1cff5b63b5503feaa555c9f31ddc057fe9a18fdd Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 6 Oct 2014 06:56:59 +0000 Subject: QPID-6108: [Java Broker Documentation] Updates for changes made during 0.30 * Remove references to virtualhost.xml * Rework concepts section * Rework management section to separate means of management from management of the entities themselves * Remove references message stores * Update JVM defect to Java 7 * ACL updates * Add Flow to Disk Still further changes required flagged by TODO. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629579 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java-broker/Java-Broker-Miscellaneous.xml | 91 ++++++++++++++-------- 1 file changed, 57 insertions(+), 34 deletions(-) (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml b/qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml index 4b3bdeb15b..c1fc9255d9 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml @@ -31,50 +31,73 @@ JVM Installation verification
Verify JVM on Windows - - Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the - following at the command prompt: - + Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the + following at the command prompt: - - If JAVA_HOME is set you will see something similar to the following: - - + If JAVA_HOME is set you will see something similar to the following: + - - Then confirm that a Java installation (1.6 or higher) is available: - + Then confirm that a Java installation (1.7 or higher) is available: - - If java is available on the path, output similar to the following will be seen: - - + If java is available on the path, output similar to the following will be seen: +
Verify JVM on Unix - - Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the - following at the command prompt: - + Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the + following at the command prompt: - - If JAVA_HOME is set you will see something similar to the following: - - + If JAVA_HOME is set you will see something similar to the following: + - - Then confirm that a Java installation (1.6 or higher) is available: - + Then confirm that a Java installation (1.7 or higher) is available: - - If java is available on the path, output similar to the following will be seen: - - + If java is available on the path, output similar to the following will be seen: +
+
+ Installing External JDBC Driver + In order to use a JDBC Virtualhost Node or a JDBC Virtualhost, you must make the + Database's JDBC 4.0 compatible drivers available on the Broker's classpath. To do this copy + the driver's JAR file into the ${QPID_HOME}/lib/opt folder. + Unix: +cp driver.jar qpid-broker-&qpidCurrentRelease;/lib/opt + + Windows: +copy driver.jar qpid-broker-&qpidCurrentRelease;\lib\opt + +
+
+ Installing Oracle BDB JE + The Oracle BDB JE is not distributed with Apache Qpid owing to license considerations.. + If you wish to use a BDB Virtualhost Node, BDB Virtualhost, or BDB HA Virtualhost Node you + must make the BDB JE's JDBC 4.0 compatible drivers= available on the Broker's classpath. + Download the Oracle BDB JE &oracleBdbProductVersion; release from the Oracle website. + + The download has a name in the form je-&oracleBdbProductVersion;.tar.gz. It is + recommended that you confirm the integrity of the download by verifying the MD5. + Copy the je-&oracleBdbProductVersion;.jar from within the release into + ${QPID_HOME}/lib/opt folder. + + Unix: +cp je-&oracleBdbProductVersion;.jar qpid-broker-&qpidCurrentRelease;/lib/opt + + Windows: +copy je-&oracleBdbProductVersion;.jar qpid-broker-&qpidCurrentRelease;\lib\opt + +
+ + + + + + + -- cgit v1.2.1