Configuration (Magic xpa 3.x)
Check your messaging system’s documentation for the required configuration. The configuration below is only valid for the Sun Reference application. Before you can use JMS with the Sun Reference application, the environment variables listed below are needed to run J2EE applications on Microsoft Windows and UNIX platforms.
|
|
|
Microsoft Windows
|
% JAVA_HOME%
|
Directory where the Java 2 SDK, Standard Edition is installed
|
|
%J2EE_HOME%
|
Directory where the J2EE SDK 1.3.1 is installed, usually C:\j2sdkee1.3.1
|
|
% CLASSPATH%
|
Include the following: .;%J2EE_HOME%\lib\j2ee.jar; %J2EE_HOME%\lib\locale
|
|
% PATH%
|
Include %J2EE_HOME%\bin
|
UNIX
|
$ JAVA_HOME
|
Directory where the Java 2 SDK, Standard Edition, is installed
|
|
$J2EE_HOME
|
Directory in which the J2EE SDK 1.3.1 is installed, usually $HOME/j2sdkee1.3.1
|
|
$ CLASSPATH
|
Include the following: .;$J2EE_HOME/lib/j2ee.jar; $J2EE_HOME/lib/locale
|
|
$PATH
|
Include $J2EE_HOME/bin
|
Magic.ini
|
CLASSPATH
|
Must include .\ JAVA_CLASSES
|
|
JVM_ARGS
|
Must include - Djms.properties=c:\Java\j2sdkee1.3.1 \ config\jms_client.properties Note: The path c:\Java\j2sdkee1.3.1 should be the path of the J2EE_HOME variable.
|