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:

To specify a file name in <ATG2007.3dir>/home/, use {atg.dynamo.home}/<file name>. For example:

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

To specify a file name in <ATG2007.3dir>/, use {atg.dynamo.root}/<file name>. For example:

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

To specify a file name on a particular Dynamo server, use {atg.dynamo.server.home}/<file name>. For example:

archiveDir={atg.dynamo.server.home}/<servername>/logs/archive
 
loading table of contents...