File Transfer within the GWC / GAS configuration for Web application file transfer |
In the GAS configuration file, you specify the directory in which the uploaded files are stored.
The DVM retrieves the file from this temporary directory for processing. The files remain in the temporary directory for the duration of the timeout period.
<INTERFACE_TO_CONNECTOR> [...] <TEMPORARY_DIRECTORY> dir </TEMPORARY_DIRECTORY> [...] </INTERFACE_TO_CONNECTOR>
<TEMPORARY_DIRECTORY>$(res.path.tmp)</TEMPORARY_DIRECTORY>The default value of the resource $(res.path.tmp) is $FGLASDIR/tmp, where the value of $FGLASDIR is dependant on the operating system.