Sometimes a property refers to a file name, rather than a component or component’s property. Properties of type java.io.File can use ATG system properties as part of the file’s pathname, with the system property name in curly braces. You can use this notation with the following system properties:

System property notation

Description

{atg.dynamo.home}

Resolves to <ATG9dir>/home

Example:

errorLog={atg.dynamo.home}/logs/error.log

{atg.dynamo.root}

Resolves to <ATG9dir>

Example:

helpDir={atg.dynamo.root}/DAS/help

{atg.dynamo.server.home}

Resolves to the home directory of the specified server.

Example:

archiveDir=\
  {atg.dynamo.server.home}/
servername/logs/archive

 
loading table of contents...