ContentsIndexPreviousNext

9.1 Accessing Remote Files

Enabling your applications to use AcuServer requires that your applications reference remote files with remote name notation. To ensure that all references to remote files include remote name notation, you need to know how your application currently finds data files.

If your file paths are hard-coded in your source code, you'll need to modify them to add remote name notation. A better approach is to remove hard coded paths and to replace them with the FILE-PREFIX configuration variable, or name aliases (described below).


NOTE: If your application exclusively uses FILE-PREFIX and/or CODE-PREFIX to define data and code file search paths, all you need to do to enable your application to use AcuServer is to add remote paths to the definition of FILE-PREFIX and CODE-PREFIX. See the sections that follow.
More:

9.1.1 Remote Name Notation

9.1.2 Using FILE-PREFIX and CODE-PREFIX

9.1.3 Remote Name Notation on the Command Line and in the Configuration File

9.1.4 Using Name Aliases