JRAD Configuration
A single JRAD process can only be connected to a single JRLY. A JRAD can be configured to
communicate with only one JSL and its associated JSHs. However, multiple JRADs can be
configured to communicate with one JSL. The CLOPT
parameter for the Oracle
Tuxedo servers must be included in the UBBCONFIG
file. A sample of the file
is shown in the listing “Sample JRAD Entry in UBBCONFIG File” on page 3‑22.
The following table contains additional information about the CLOPT
parameters.
Table 3-5 JRAD CLOPT Parameter Descriptions
CLOPT Parameter | Description |
---|---|
-l netaddr
|
Port to listen for the JRLY to connect on behalf of the client.
|
-c netaddr
|
The address of the corresponding JSL to which JRAD connects. Ipv4 and IPv6 address format same as |
-H netaddr
|
The listening address for an external proxy. An external proxy is one that runs on a client host. This proxy handles HTTP and other protocols. The other end of the proxy connects to JRLY, which connects to JSL/JSH.
In order for the proxy to work for Jolt clients (specifically applets that connect to JRLY), the JRAD passes the -H argument to an applet, instructing it to connect to the proxy address instead of the JRLY address. Note: Unlike the JSL-H option, the JRAD -H option is not used as a network address translator, nor is it used as an address mask. IPv6 does not support the JRAD -H option.
|
The address for the JRAD CLOPT parameters can be specified in either of the following formats:
//hostname:port
0x0002pppphhhhhhhh
(where pppp
is the port number and hhhhhhhh
is the hexadecimal IP address).
The following listing shows the sample JRAD entry in UBBCONFIG file.
Listing Sample JRAD Entry in UBBCONFIG File
# JRAD host 200.100.100.10 listens at port 2000, connects to JSL port 8000
on the same host
JRAD SRVGRP=JSLGRP SRVID=60
CLOPT="-A -- -l 0x000207D0C864640A –c 0x00021f40C864640A"
Parent topic: Jolt Relay Adapter