What configuration files are used with AcuConnect?
• Client runtime configuration file to control the client portion of the application • Server runtime configuration file to control the server portion of the application • AcuConnect “server.cfg” to control the behavior of AcuConnect on the server Here are some more specifics about each file: • Client runtime configuration file: This file is specified in the run command for the client main program, for example: wrun32 -c runconfig.cli main.acu This file contains standard ACUCOBOL-GT runtime configuration variables, some are specifically designed for use with AcuConnect. For instance, note that this file will contain a pointer to its server counterpart: ACUCONNECT-CONFIGURATION-FILE *servername:/appdir/runconfig.srv which will be explained below. • Server Runtime configuration file: A counterpart to the client runtime configuration file described above, this file contains standard ACUCOBOL-GT runtime configuration variables to control the behavior of the server part of the application.