|
Default
Parameters for TuxServerTest
This page depicts the
default parameters that need to be configured for the TuxServerTest.
-
The TEST PERIOD
list box helps the user to decide how often this test needs to be executed.
-
In
the WSNADDR text box, indicate
the network address of the workstation listener that is to be
contacted for access to the Tuxedo application.
This variable is required for Workstation clients and is ignored for
native clients.
When invoked by a workstation client, this variable is used within
tpinit().
Example:
TCP/IP
addresses may be specified in the following forms:
/host.name:port_number
OR
//#.#.#.#:port_number,
where port_number is the port at which the WSL (Workstation listener)
is started for a Tuxedo application or domain.
In
the WSDEVICE text box, specify the name of the device to be
used to access the network. This
variable is required for Workstation clients and is ignored for native
clients
When invoked by a workstation client, this variable is used within
tpinit().
Example:
On
Unix machines, the value of this parameter can be /dev/tcp.
-
Specify
the path to the Tuxedo library in the TUXLIBPATH text
box.
Example:
On
Unix machines, the value of this parameter can be in the form: <TUXEDO_INSTALL_DIR>/lib.
On Windows, it can be in the form: <TUXEDO_INSTALL_DIR>\lib.
-
Specify
the installation directory of the Tuxedo domain server in the TUXDIR
text box.
-
If
security is enabled for an application,
then
provide the username that can be used to connect to the application,
in the USERNAME text box. Otherwise, enter NONE.
-
If
security is enabled for an application,
then
provide the password for the above-mentioned USERNAME in the PASSWORD
text box. Otherwise, enter NONE. Then, confirm
the password (if specified) by retyping it in the CONFIRM PASSWORD text
box.
-
In the TUXCONFIG text box, provide the full path to the tuxconfig file used to run the Tuxedo application.
|