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>
  1. dir specifies the temporary directory path.

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

<TEMPORARY_DIRECTORY>/var/tmp</TEMPORARY_DIRECTORY>

In this example, the transferred files are stored in /var/tmp.

Parent elements

This element is a child of INTERFACE_TO_CONNECTOR.