iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)

Using the Resource Locator Service (RLS)
iTP Secure WebServer System Administrator’s Guide522659-001
10-4
Creating the Database
Where:
Filename
is the prefix (the first part of the URL pathname) shared by a set of replicated web
servers. Its value identifies the root directory, or the alias name of the root directory
for an NT IIS web server. This field cannot exceed 200 characters and cannot
include wildcard characters. The value must be the same for all web servers to be
considered replicated; for example, to define a set of three replicated servers, you
need three database records, all with the same value of Filename. To map
multiple prefixes to the same web server you need multiple records for the server,
with different values in this field.
Ip_addr
specifies the address of the remote server. The value of Ip_addr can be either an
address in dotted decimal format or a domain name; it cannot exceed 40 characters.
Port
specifies the port of the remote server.
Tcpip
is the name of the local TCP/IP process that RLS must use to connect to the remote
web server. You can use any TCP/IP process on your system. If the web server
described in this record is on the same system as RLS, you must still specify a
TCP/IP process name, but RLS will ignore it. Specify the process name in Guardian
format: a dollar sign ($) followed by up to five characters.
No_Servers
is the number of replicated servers in the set. Each replicated server must be
represented by its own record. The value of No_Servers is the same in each
record. The value must not exceed 50.
Relative_ID
assigns a record number. No two records in the table can have the same value for
this field. The first record is numbered 0. The maximum record number is
4294967295. You don’t have to list the records in order in dbload.sqlci, but in most
cases, it is practical not to leave gaps in the numbering; for example, if you create
five records, they should be numbered 0, 1, 2, 3, and 4.