This file, which resides in the OPR: directory of the application server (e.g. UNIX or Windows Telnet Server machine) tells the ASHLPR.SBX module where to send the print requests. A typical ASHLPR.INI will look something like this:
SERVER=192.168.0.5:31515 ; primary print server
SERVER=196.168.0.6:31515 ; backup print server (optional)
Another possibility is shown here:
SERVER=TELNET:31515 ; server is same as telnet client
In the above example, we used a special option, TELNET, to indicate that the print server is on the same machine as the telnet client. (Each telnet client would then need its own copy of ASHLPD running.)