PLBCS_HOSTNAME Keyword


     PLBCS_HOSTNAME={ip address | URL}

 

This required keyword specifies the URL string or the IP address of the server system executing PLBSERVE. This keyword must be provided.

 

In addition to the basic keyword described above, the following keywords can be included in the PLBCLIENT INI file to cause the PLBCLIENT to attempt to logon to more than one PLBSERVE when a logon failure is detected. The PLBCLIENT will scan in sequential numeric order the following keywords until a logon is successful or until an expected numerical key sequence is not found. In each case below, the 'nn' value starts with one (1) and is incremented by one for each sequential entry.

 

PLBCS_HOSTNAMEnn={url|ip}

PLBCS_PORTNUMnn={portnum}

PLBCS_LOCALIPnn={url|ip}

Examples:

 

     PLBCS_HOSTNAME=127.0.0.1

     PLBCS_HOSTNAME1=246.57.142.80

     PLBCS_HOSTNAME2=www.mydomain.com

or

     PLBCS_HOSTNAME=www.sunbelt-plb.com

 

 

See Also: PLBSERVE Keywords, PLBCLIENT Keywords, PLBSERVE Command Syntax



PL/B Application Server PLBCS_EXITAFTERSUSPEND PLBCS_HOSTNAME6