Installing OpenJMSThis document describes how to install OpenJMS from an install archive. Refer to the Downloads document on how to obtain a copy. RequirementsOpenJMS will run on any platform where there is a suitable Java 2 runtime environment Unpacking the install archiveThe install archive contains everything required to run OpenJMS on your system. The archive has a single top-level directory named openjms-0.7.5 with all the OpenJMS related files beneath that. Install archives with a .zip extension can be unpacked using winzip , or the jar tool (distributed with the Java 2 SDK). E.g.:
jar xvf openjms-0.7.5.zip
Install archives with a .tgz extension can be unpacked with gzip and tar . E.g.:
gzip -cd openjms-0.7.5.tgz | tar xvf -
Environment variablesThe OpenJMS server requires that the following environment variables be set:
Directory structure
The
The
The
The
The
|