
– Linux 2.4
– Solaris 9
– Red Hat Linux 9
The Rhino SLEE is supported on the following Java platforms.
– Sun 1.4.2_12 or later for Sparc/Solaris and Linux/Intel
• A suitable hardware configuration.
• A suitable network configuration.
Ensure the system is configured with an IP address and is visible on the network. Also ensure that the system can resolve
localhost
to the loopback interface.
• A PostgreSQL installation. For more information in installing PostgreSQL, refer to Chapter 21.
• The Java J2SE SDK 1.4.2_12 or greater, or the Java JDK 1.5.0_07 or greater. It is strongly recommended that the most
recent 1.5-series Java JDK is used. Java can be downloaded and installed from
http://www.sun.com
.
The variable
JAVA_HOME
needs to be set to the root directory of the Java SDK.
To make sure that Java is correctly installed, do the following:
$ which java
/usr/local/java/bin/java
$ java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07)
Java HotSpot(TM) Client VM (build 1.5.0_07, mixed mode, sharing)
$ export JAVA_HOME=/usr/local/java
$ PATH=$JAVA_HOME/bin:$PATH
• Apache Ant 1.6.2 or greater. Ant can be downloaded from
http://ant.apache.org/
.
The
ANT_HOME
variable will need to be set to the root directory of Apache Ant. To verify that Ant is installed, try the
following:
$ which ant
/usr/local/ant/bin/ant
$ ant -version
Apache Ant version 1.6.2 compiled on July 16 2004
$ export ANT_HOME=/usr/local/ant
$ PATH=$ANT_HOME/bin:$PATH
Several other commands are required to run the Rhino SLEE. These commmands should be available on standard instal-
lations of Solaris or Linux.
• The “unzip” command utility.
$ which unzip
/usr/bin/unzip
• The “tar” command utility.
$ which tar
/bin/tar
Open Cloud Rhino 1.4.3 Administration Manual v1.1 12
Komentáře k této Příručce