CORBA 2.3.3 Administration Guide (NonStop CORBA 2.3.3+)
JAVA_HOME /usr/tandem/java
Sets path for NSJ. Modify
this line if your
installation of NSJ is in a
different location than this
default.
JREHOME $JAVA_HOME
Specifies Java Runtime
Environment home (for
NSJ v16)
JREHOME $JAVA_HOME/jre
Specifies Java Runtime
Environment home (for
NSJ v20)
NSD_BOOTCP
$JAVA_HOME/lib/tandemvm.
zip:$JAVA_HOME/lib/tsmp.
jar:$JAVA_HOME/lib/ classes.zip
Specifies the boot
classpath needed by
Pathway scripts (for NSJ
v16)
NSD_BOOTCP
$JREHOME/lib/tandemvm.
jar:$JREHOME/lib/rt. jar
Specifies the boot
classpath needed by
Pathway scripts (for NSJ
v20)
CLASSPATH
$CLASSPATH:$NSD_ROOT/idl/
nsdidl.jar:$NSD_ROOT/idl/
jorb/jar:$NSD_ROOT/idl/
jts.jar:$NSD_ROOT/idl/ ejb.jar
Sets up the CLASSPATH
for the OMG Interface
Definition Language
(IDL)" compiler for
NonStop CORBA for
Java.
PATH
$PATH:$NSD_ROOT /bin:$NSD_ROOT/
bin/unsupported: $COMP_ROOT/usr/lib:
$JAVA_HOME/bin
Adds the NonStop
CORBA for Java bin
and lib directories to the
current path.
* The default setting might be different, because it depends on the options you selected when you ran the
NonStop CORBA installer program.
Configuration Database
The configuration information for the NonStop CORBA system is stored in the configuration database file. The
installer program creates this file during product installation. The file location is defined by environment variable
NSDOM_CFG_DBM. The file is an Enscribe file that is stored in the Guardian file space.
The configuration database is used by various NonStop CORBA programs, by the NonStop Distributed
Component Console, and by the configuration management tool (cfgmgt). Each of these programs can read
information from the database as well as alter its contents.
The data are structured as a collection of entities or records. Each of these has a unique name that always
conforms to the following syntax:
profile@attribute
An example of such a name is NS@ORB. Each entity consists of a series of keys and associated values. Both keys
and values consist of strings of characters. You must enclose white space in double quotation marks. Within a