beautypg.com

HP NonStop G-Series User Manual

Page 22

background image

[-c connection_mode]

Allowed connection modes from clients:

RETAINED - the network connection is retained for the
full duration of a session.

RECONNECT - the client establishes and brings down a
connection when an idle timeout is reached, reconnecting
for multiple requests within a session.

ANY - the server allows a client to request either a
RETAINED or RECONNECT type of connection for a
session. Default is ANY. (Optional)

[-d device_name]

The device for platforms using the Transport Layer
Interface. There is no default. (Required; optional for
sockets)

[-H external netaddr]

The external netaddr is the network address Jolt clients use
to connect to the application. The JSL process uses this
address to listen for clients attempting to connect at this
address. If the address is 0x0002MMMMdddddddd and
JSH network address is 0x00021111ffffffff, the known
network address is 0x00021111dddd dddd. If the address
starts with "//" network address, the type is IP based and the
TCP/IP port number of JSH network address is copied into
the address to form the combined network address.
(Optional for JSL in TUXEDO 6.3)

[-I init-timeout]

The time (in seconds) that a Jolt client is allowed to
complete initialization through the JSH before it is timed
out by the JSL. Default is 60 seconds. (Optional)

[-m minh]

The minimum number of JSHs that are available in
conjunction with the JSL at one time. The range of this
parameter is between 0 and 255. Default is 0. (Optional)

[-M maxh]

The maximum number of JSHs that are available in
conjunction with the JSL at one time. The range of this
parameter is between 1 and 4096. If this option is not
specified, the parameter defaults to MAXWSCLIENTS
divided by the rounded-up -x multiplexing factor.
(Optional)

-n netaddr

Network address used by the Jolt Listener for Jolt 1.1.
Indicate the network address where the clients connect to
the JSL. This is a required parameter and is the contact
point used by Java workstation clients to access the
application.

The port number identified by the network address specifies
the port number on which the JSL accepts new client
connections. Each JSH associated with the JSL uses
consecutive port numbers at the same TCP/IP address.