You can configure a FileSystemMonitorScheduler component to initiate scheduled file system scans by the FileSystemMonitorService. If enabled, this component initiates the scan according to the specified schedule. If set to false, the load process must be initiated by the Repository Loader Administration or the RLClient.

FileSystemMonitorScheduler properties

The FileSystemMonitorScheduler has the following configurable properties:

Property

Description

enabled

A Boolean property, determines whether the scheduler is enabled.

Default: false

fileSystemManager

Specifies the implementation of interface fileSystemManager.

Default: FileSystemMonitorService

lastScannedStorage

Specifies the URI of a file that stores the time of the last file scan:

Default:
{serverHomeDirResource?resourceURI=
data/rl/FileSystemMonitorLastScan.txt}

recursiveScan

A Boolean property, specifies whether the FileSystemMonitorService recursively scans the supplied paths.

Default: true

schedule

The schedule for scanning the file system. For example:

schedule=every 2 hours in 15 minutes

For information about valid formats for this property, see the Core Dynamo Services chapter of the ATG Platform Programming Guide.

Default: Every\ 240\ seconds\ without\ catchup

scheduler

The Nucleus address of the Scheduler component, which initiates the file scan. If set to null, no rescanning occurs.

Default: /atg/dynamo/service/Scheduler