The following environment variables must be set on the server systems while bringing up the Tuxedo Application Servers.
|
Variable |
Value |
|---|---|
|
TUXDIR |
Set to the directory where Tuxedo is installed. |
|
PATH |
Set to the search path for commands. This should include $TUXDIR/bin. |
|
INCLUDE |
Set to the directory for Tuxedo header files. This should include $TUXDIR/include. |
|
SHLIB_PATH |
Set to the directory for Tuxedo library files. This should include $TUXDIR/lib. Note: This is a system dependent environment variable used to indicate the location of the shared libraries. Use LD_LIBRARY_PATH on Solaris, LIBPATH on AIX. |
|
TUXCONFIG |
Set to the full pathname of the binary configuration file that results from the UBBCONFIG file described in the following sections. |
|
VIEWDIR32 |
Set to a semi-colon separated list of directories specifying the directory location of the view object files. Note: This is not needed for clients using TCP/IP or CA Gen as the communication type. See the chapter "Tuxedo Proxy Client (ieftuxcl)" for setup information. |
|
VIEWFILES32 |
Set to a comma-separated list of view object filenames generated for the application. Note: This is not needed for clients using TCP/IP or CA Gen as the communication type. For setup information, see the chapter “Tuxedo Proxy Client (ieftuxcl).” |
|
AEPATH |
Search path for executable load modules. Set to a semicolon-delimited list of directory paths that indicate a search order for the user's application directories. Example: AEPATH=[directory_1;directory_2;...directory_n] Note: It is expected that each directory on the AEPATH contains an inqload directory where the executable load modules should reside. |
|
CLASSPATH |
Set of colon separated jolt jar files (jolt.jar, joltadmin.jar, joltjse.jar). Example: CLASSPATH=$TUXDIR/udataobj/jolt/jolt.jar:…:$CLASSPATH Note: This is needed for enabling Java-based clients access to Tuxedo Application Servers, either through the Java Proxy or Web Generation. |
Some of these variables can also be set through the ENVFILE file as described in the following sections
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|