Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Performance Management Reference


E.2 Repository for storing bookmark definition information

Information about the organization of bookmarks and the bookmark folder and the application definition template information are stored as flat files in the OS's file system. This is called the repository. During installation, the default repository is created at the following location:

Organization of this subsection

(1) Changing the bookmark repository storage directory

You can change the directory for storing the bookmark repository (bookmark definition information) using bookmarkRepository in the initialization file (config.xml). To apply the new value, you must restart the PFM - Web Console service.

If the directory specified in the initialization file (config.xml) does not exist when the PFM - Web Console service starts, that directory is created automatically.

The following shows an example of a bookmarkRepository specification in config.xml.

Example:

This example specifies c:\user1\bookmarks as the bookmark repository storage directory:

<bookmark>
    <!-- The directory where bookmark repository is stored.
        Default           : <install directory>\bookmarks
    -->
    <param name="bookmarkRepository" value="c:\user1\bookmarks"/>
</bookmark>

(2) Changing the storage directory for the repository of the application definition template information

You can change the directory for storing the repository of the application definition template information using processMonitoringTemplatesRepository in the initialization file (config.xml). To apply the new value, you must restart the PFM - Web Console service.

If the directory specified in the initialization file (config.xml) does not exist when the PFM - Web Console service starts, that directory is created automatically.

The following shows an example of a processMonitoringTemplatesRepository specification in config.xml.

Example:

This example specifies c:\user1\processMonitoringTemplates as the storage directory for the repository of the application definition template information:

<process-monitoring>
    <!-- The directory where templates of process monitoring are stored.
        Default           : <install directory>\processMonitoringTemplates
    -->
    <param name="processMonitoringTemplatesRepository" value="c:\user1\processMonitoringTemplates"/>
</process-monitoring>