CORBA 2.3.3 Programmer's Guide for Java

in the HTML APPLET tag. Through these PARAM tags the applet obtains the ORB configuration.
Specifically, the Java applet ORB.init() call uses the Java applet parameters shown in Table 121.
Table 11.1. JORB Lite Applet Configuration Parameters
Name Value
NSDOM_CFG_NS_URL naming-service-root-nc-ior-url
NSDOM_CFG_PROFILE profile-attributes-string
NSDOM_CFG_TRACE_GIOP_FW
true or false
NSDOM_CFG_TRACE_ORB
true or false
NSDOM_CFG_TRACE_POA
true or false
NSDOM_CFG_TRACE_PROXY
true or false
NSDOM_CFG_TRACE_PROXY_DETAIL
true or false
NSDOM_CFG_TRACE_SOCKEH
true or false
NSDOM_CFG_TRACE_SOCKEH_DETAIL
true or false
ORBprofile orb-profile
These parameters have the following usage:
NSDOM_CFG_NS_URL
This parameter specifies that web-page relative URL for the Naming Service root naming context IOR
file. This is the NonStop CORBA framework file jorblite-dir urls\NameService or a copy of
that file. See Resolving the Initial Naming Service Reference below for details.
NSDOM_CFG_PROFILE
This parameter specifies the profile attributes string. The value of the string is a list of profile attributes
where each specified attribute name-value pair is separated by a comma. The attribute names and values
are exactly the same as those available through cfgmgt. Note that if you specify the host_name
attribute, you should also specify the value for the localhost attribute.
NSDOM_CFG_TRACE_GIOP_FW
This parameter specifies the state of GIOP_FW tracing. If enabled, the output goes to stdout by
default.
NSDOM_CFG_TRACE_ORB
This parameter specifies the state of ORB tracing. If enabled, the output goes to stdout by default.
NSDOM_CFG_TRACE_POA
This parameter specifies the state of POA tracing. If enabled, the output goes to stdout by default.
NSDOM_CFG_TRACE_PROXY
This parameter specifies the state of PROXY tracing. If enabled, the output goes to stdout by default.
NSDOM_CFG_TRACE_PROXY_DETAIL
This parameter specifies the state of PROXY DETAIL tracing. If enabled, the output goes to stdout by
default.
NSDOM_CFG_TRACE_SOCKEH