Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Understanding the Internal Structure of Arbortext PE Request Manager > Initialization > Global Arbortext PE Request Manager Parameters > Creating Temporary Files
  
Creating Temporary Files
These parameters control how the Arbortext PE Request Manager creates temporary files:
com.arbortext.e3.tempFileDirectory
is the absolute path to a directory in which all temporary files and directories will be created by calls to E3RequestContext.createTemporaryFile. Its default is the value of the Java Virtual Machine java.io.tmpdir system property.
com.arbortext.e3.tempFilePrefix
specifies a string to be prepended when generating temporary file names. If not specified, the default is ati.
com.arbortext.e3.tempFileSuffix
specifies the end string for generating temporary file names. If not specified, the default is .tmp.