TEMPORARY_DIRECTORY
The TEMPORARY_DIRECTORY
element specifies where to store files
transferred between the front-end and the application server host.
Syntax
<TEMPORARY_DIRECTORY>dir</TEMPORARY_DIRECTORY>
- dir specifies the temporary directory path. The default is set by the
$(res.path.tmp)
resource, which points to the $(res.appdata.path)/tmp/$(dispatcher.name) directory, where appdata refers to GAS application data directory. The dispatcher name is the name of the dispatcher in use: "httpdispatch", "isapidispatch" or "fastcgidispatch".
Child elements
There are no child elements.
Usage
You use this element to specify where files transferred between the front-end and the application server host are stored.
Usage example
#...
<INTERFACE_TO_CONNECTOR>
#...
<TEMPORARY_DIRECTORY>/var/tmp</TEMPORARY_DIRECTORY>
#...
</INTERFACE_TO_CONNECTOR>
#...
In this example, the transferred files are stored in /var/tmp.
Parent elements
This element is a child of INTERFACE_TO_CONNECTOR.