When installed on UNIX, the configuration is specified by means of environment variables. To change the
configuration after the initial installation, modify the rmireg.sh shell script. The following
environment variables may be modified:
Environment Variable
|
Description
|
JAVA_PATH JDKDIR |
JDKDIR is the directory that holds the installed
Java Development Kit.
|
MATRIXHOME BOOTFILEPATH
|
BOOTFILEPATH represents the location of the connection (bootstrap) file for this server or gateway.
|
Portions of the section of the rmireg.sh script that sets environment variables are shown
below. You can reconfigure the lines that are shown in bold.
# rmireg.sh -- Bourne shell script for eMatrixServletRMI
# Registry
#
# Usage:- rmireg.sh
#
###############################################################
#
# Set up Matrix Environment Variables
#
MATRIXHOME=/acme1/ematrixRMI
export MATRIXHOME
CLASSPATH=/acme1/weblogic/myserver/servletclasses/
eMatrixServletRMI.jar
export CLASSPATH
MX_ARCH=solarisb64 export MX_ARCH JAVA_OPTIONS JAVA_PATH JAVA_LIB JAVA_SECURITY