contents.gifindex.gifprev1.gifnext1.gif

Sample "client.cfg" file

The following file is included in the sample directory on your AcuConnect installation disk or CD-ROM. You can use this file as a starting point. Modify it to suit your needs.

"client.cfg"

# This is a sample configuration file used when starting your
# program on the client. You should edit it to match your needs
# see the AcuConnect User's Guide).
# Use the "*" notation to point to the cobol object on the server.

code-prefix . *server1:c:\acuconnect\sample\

# runtime flags on the server

acuconnect-runtime-flags *server1: -le errfile

# runtime configuration file on server (defaults to etc/cblconfig)

acuconnect-configuration-file *server1:c:\acuconnect\etc\cblconfig

code-suffix acu

See Also

con90002.gif Sample "server.cfg" file