NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-18
The Installation-Specific servlet.config File
JAVA_HOME
The JAVA_HOME variable is mandatory and specifies the directory where NonStop
Server for Java (NSJ) is installed.
Example 3-17 shows the default value of the JAVA_HOME variable.
JREHOME
The JREHOME variable is mandatory and specifies the location of the Java Runtime
Environment (JRE).
Example 3-18 shows the default value of the JREHOME variable.
_RLD_LIB_PATH
The _RLD_LIB_PATH variable is mandatory and specifies the location of the
required native libraries.
Example 3-19 shows the default value of the _RLD_LIB_PATH variable.
TANDEM_FILEMAPS_CONFIG
The TANDEM_FILEMAPS_CONFIG variable contains the location of the
filemaps.config file. This environment variable is mandatory. For more
information on the filemaps.config file, see The filemaps.config File on
page 3-33.
Example 3-20 shows the default value of the TANDEM_FILEMAPS_CONFIG
variable.
Example 3-17. The Default Value of the JAVA_HOME Variable
Env JAVA_HOME=$env(JAVA_HOME)
Note. This variable is not mandatory in NSJ 6.0 and later versions.
Example 3-18. The Default Value of the JREHOME Variable
Env JREHOME=$env(JAVA_HOME)/jre
Example 3-19. The Default Value of the _RLD_LIB_PATH Variable
Env _RLD_LIB_PATH=$NSJSP_DLL_PATH
Example 3-20. The Default Value of the TANDEM_FILEMAPS_CONFIG Variable
Env TANDEM_FILEMAPS_CONFIG=$env(NSJSP_HOME)/conf/filemaps.config










