Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Administration Server Properties File : Persist Commit History Properties

Persist Commit History Properties
The following properties are used to configure history files for the administration server.
repo.commitHistoryDirectory—Directory for commit history files. Default is a history directory inside the directory where Administrator was installed, for example, c:\tibco\administrator\<version>\bin\history.
If this property is set, commit files are generated in the specified directory. If the property is not set, then a history directory under the current working directory will be created and used.
File names are of the form "project.number.commit", where project is a project name, number is a commit number. By default there is no limit on the number of files. This can be changed by the repo.commitHistoryFileMaxNumber property.
repo.commitHistoryFileMaxNumber—Optional. Default value is -1.
This property specifies the maximum number of commit files that are maintained for a project. If the number of files exceeds this limit, the file that has the oldest commit number will be overwritten.
If the value is set to 0, then no external file will be generated. If the value is set to -1, then an unlimited number of external files is generated.
Unless you use HTTP to access the application data, this property is not needed. It is recommended to set this value to 0.
repo.deploymentDirectory—Deployment variable directory
This property specifies the directory where deployment variables are stored persistently. The name of the file will be instanceName.substvar. If this property is not set, the deployment variables will be stored in the directory holding file-based projects.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved