Sample Tagged Property File
The following example shows part of the tagging for the archivethread.properties.in file.
## PROPERTY_FILE_NAME
## archivethread.properties.in (for initialization)
## archivethread.properties (for operations)
## PROPERTY_FILE_DESCRIPTION
## The archivethread.properties file is used to control Purge service functionality.
## The default settings for the properties in the archivethread.properties file should
## only be modified if you are having problems running the Purge service.
##
## The properties in the archivethread.properties file cannot be overridden.
## Any property changes necessary should be made in the
## archivethread.properties.in file.
##
## CAUTION:
## The Purge service is a critical part of Sterling B2B Integrator and
## incorrectly-set parameters in the archivethread.properties file can cause problems.
## Contact IBM Customer Support for assistance before modifying any property settings
## in this file.
##
## PROPERTY_START
## PROPERTY_NAME: DETAILS_REPORT_FLAG
## PROPERTY_TYPE: Integer
## PROPERTY_DESCRIPTION
## If set to 1, provides additional details in the report logs.
DETAILS_REPORT_FLAG=0
## PROPERTY_END
## PROPERTY_START
## PROPERTY_NAME: GENERATE_PURGE_DOCDISK_LIST
## PROPERTY_TYPE: Boolean
## PROPERTY_DESCRIPTION
## Specifies whether to generate a file that lists documents stored
## on disk that are eligible to be removed from the file system.
## Valid values:
## true : Generate a file (default)
## false : Do not generate a file.
GENERATE_PURGE_DOCDISK_LIST=true
## PROPERTY_END
.
.
.