diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-06 06:56:59 +0000 |
| commit | 1cff5b63b5503feaa555c9f31ddc057fe9a18fdd (patch) | |
| tree | 2af0b085d86b1c258b8946ffc3332d9b037117c8 /qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml | |
| parent | 5d1236947bf2fb8117e8976149fbffa385022c0d (diff) | |
| download | qpid-python-1cff5b63b5503feaa555c9f31ddc057fe9a18fdd.tar.gz | |
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
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Miscellaneous.xml | 91 |
1 files changed, 57 insertions, 34 deletions
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 @@ <title>JVM Installation verification</title> <section role="h2" id="Java-Broker-Miscellaneous-JVM-Verification-Windows"> <title>Verify JVM on Windows</title> - <para> - Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the - following at the command prompt: - </para> + <para> Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the + following at the command prompt: </para> <programlisting><![CDATA[echo %JAVA_HOME%]]></programlisting> - <para> - If JAVA_HOME is set you will see something similar to the following: - </para> - <screen><![CDATA[c:"\PROGRA~1"\Java\jdk1.6.0_24\]]> + <para> If JAVA_HOME is set you will see something similar to the following: </para> + <screen><![CDATA[c:"\PROGRA~1"\Java\jdk1.7.0_60\]]> </screen> - <para> - Then confirm that a Java installation (1.6 or higher) is available: - </para> + <para> Then confirm that a Java installation (1.7 or higher) is available: </para> <programlisting><![CDATA[java -version]]></programlisting> - <para> - If java is available on the path, output similar to the following will be seen: - </para> - <screen><![CDATA[java version "1.6.0_24" -Java(TM) SE Runtime Environment (build 1.6.0_24-b07) -Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)]]></screen> + <para> If java is available on the path, output similar to the following will be seen: </para> + <screen><![CDATA[java version "1.7.0_60" +Java(TM) SE Runtime Environment (build 1.7.0_60-b19) +Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)]]></screen> </section> <section role="h2" id="Java-Broker-Miscellaneous-JVM-Verification-Unix"> <title>Verify JVM on Unix</title> - <para> - Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the - following at the command prompt: - </para> + <para> Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the + following at the command prompt: </para> <programlisting><![CDATA[echo $JAVA_HOME]]></programlisting> - <para> - If JAVA_HOME is set you will see something similar to the following: - </para> - <screen><![CDATA[/usr/java/jdk1.6.0_35]]> + <para> If JAVA_HOME is set you will see something similar to the following: </para> + <screen><![CDATA[/usr/java/jdk1.7.0_60]]> </screen> - <para> - Then confirm that a Java installation (1.6 or higher) is available: - </para> + <para> Then confirm that a Java installation (1.7 or higher) is available: </para> <programlisting><![CDATA[java -version]]></programlisting> - <para> - If java is available on the path, output similar to the following will be seen: - </para> - <screen><![CDATA[java version "1.6.0_35" -Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811) -Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)]]></screen> + <para> If java is available on the path, output similar to the following will be seen: </para> + <screen><![CDATA[java version "1.7.0_60" +Java(TM) SE Runtime Environment (build 1.7.0_60-b19) +Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)]]></screen> </section> </section> + <section role="h2" id="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver"> + <title>Installing External JDBC Driver</title> + <para>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 <literal>${QPID_HOME}/lib/opt</literal> folder.</para> + <programlisting>Unix: +cp <literal>driver</literal>.jar qpid-broker-&qpidCurrentRelease;/lib/opt</programlisting> + + <programlisting>Windows: +copy <literal>driver</literal>.jar qpid-broker-&qpidCurrentRelease;\lib\opt</programlisting> + + </section> + <section role="h2" id="Java-Broker-Miscellaneous-Installing-Oracle-BDB-JE"> + <title>Installing Oracle BDB JE</title> + <para> The Oracle BDB JE is not distributed with Apache Qpid owing to license considerations.. </para> + <para>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. </para> + <para> Download the Oracle BDB JE &oracleBdbProductVersion; release <ulink + url="&oracleJeDownloadUrl;">from the Oracle website.</ulink> + </para> + <para> 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. </para> + <para>Copy the je-&oracleBdbProductVersion;.jar from within the release into + <literal>${QPID_HOME}/lib/opt</literal> folder.</para> + + <programlisting>Unix: +cp je-&oracleBdbProductVersion;.jar qpid-broker-&qpidCurrentRelease;/lib/opt</programlisting> + + <programlisting>Windows: +copy je-&oracleBdbProductVersion;.jar qpid-broker-&qpidCurrentRelease;\lib\opt</programlisting> + + </section> + + + + + + + </chapter> |
