<< Click to Display Table of Contents >>
repository.properties
Set the execution environment of the repository.
REPOSITORY_TYPE
Set the repository type.
Value |
Description |
---|---|
RDB |
Commercial database system. Set the database system information to be connected in the db.properties file. But, set the alias.vendor option to a value other than user. |
HYBRID |
Combination of RDB and NONE type. It is possible to use all functions of RDB type. If upload or check in category and item, it is back up in a particular path as NONE type. |
BUILTIN |
The database system provided by OZ Server. |
NONE |
File system. This type cannot use the functions of adding user/group and setting authority. The available user account is administrator. Items in the repository are always checked out. By default, Item history management is not supported. To use this function, set the REPOSITORY_NONE_BACKUP option to true. |
REPOSITORY_DB_ALIAS
Set the alias name for the RDB type repository database. Set to the alias defined in db.properties.
REPOSITORY_DB_OWNER
Set the owner name of the database to be used as the repository if the repository type of the Java server is RDB or HYBRID.
REPOSITORY_FILE_PATH
Set the path for files created in the BUILTIN type repository or items uploaded in the NONE type repository.
REPOSITORY_HYBRID_FILE_PATH
Set the path to save item and category to back up as NONE type in the HYBRID type repository.
REPOSITORY_DISTRIBUTE_PATH
Set the path to save the item when clicking the Distribute to the server path menu in the Repository Manager.
REPOSITORY_QUERY_MAXBACKUPINDEX
Set the maximum serial number of the backup log file for BUILTIN type repository.
REPOSITORY_QUERY_MAXFILESIZE
Set the maximum log file size for BUILTIN type repository. When the log file size exceeds the maximum size, the current log file is renamed with a serial number and a new log file is started.
REPOSITORY_QUERY_IMMEDIATEFLUSH
Set whether to immediately append the buffered logs to the log file in the BUILTIN type repository.
REPOSITORY_STORAGE_TYPE
Set the type of repository storage when the repository type is NONE. This option only supports Java server.
Value |
Description |
---|---|
LOCAL |
Local storage |
WEBDAV |
WEBDAV storage |
AWSS3 |
AWS S3 storage. If set to this value, REPOSITORY_NONE_BACKUP and REPOSITORY_TEMP_DIRECTORY will not operate. |
REPOSITORY_STORAGE_ID
Set the User ID to log in to WEBDAV.
REPOSITORY_STORAGE_PASS
Set the User password to log in to WEBDAV.
AWSS3_REGION
Set the region for your AWS S3 storage.
AWSS3_ACCESSKEY
Set the access keys for your AWS S3 storage.
AWSS3_SECRETKEY
Set up a secret access key for your AWS S3 storage.
AWSS3_BUCKET
Set up a bucket for AWS S3 storage.
REPOSITORY_NONE_BACKUP
Set whether to use the item backup function of the NONE type repository.
REPOSITORY_NONE_BACKUP_PATH
Set the backup path of the NONE type repository.
REPOSITORY_NONE_BACKUP_ITEM_COUNT
Set the number of items to backup in the NONE type repository.
REPOSITORY_NONE_BACKUP_ITEM_VALIDDAYS
Set the retention period of backup file in the NONE type repository.
REPOSITORY_ITEM_NUMBER_PER_DIRECTORY
Set the maximum number of items per directory.
REPOSITORY_HISTORY_ITEM_VALID_DAYS
Set the retention period of item history.
REPOSITORY_TEMP_DIRECTORY
Set path of temporary files(*.czo, *.obj_stream.zip, etc.).
DELETE_TEMP_DIRECTORY
Set whether to delete temporary files when the server is started. Temporary files are saved in the path set in the REPOSITORY_TEMP_DIRECTORY option.
REPOSITORY_ACCESS_BY_HTTP_GET
Set whether to get an item using the Get method.
REPOSITORY_HTTP_GET_CHECK_SESSION
Set whether to check the session when getting an item using the Get method.
REPOSITORY_RDB_BUILTIN_GUEST_ACCESS
Set whether to able to connect as a guest account in RDB or BUILTIN type repository. To avoid the inconvenience of manually setting item view/read permissions for the guest account, set this option value to true.
REPOSITORY_ITEM_CATEGORY_ACCESS_PERMISSIONS
Set whether or not general users and group administrator can grant the category/item usage permission to other users in the RDB or BUILTIN type repository. If the value is set to true, general users and group administrator who have the permission can grant the category/item usage permission to all users. If the value is set to false, general users cannot grant the permission while group administrator can grant the permission to only the users in their groups.
OZ_EXTERNAL_LOGIN.Active
Set whether to use the login function connected to external API. Not supported in the NONE type repository.
OZ_EXTERNAL_LOGIN.Class
Set the classes used when executing the login function connected to external API.
NETWORK_USER
Set the network connection account ID when the repository path is set to a network drive. This option only supports the .NET server.
NETWORK_PASSWORD
Set the network connection account password when the repository path is set to a network drive. This option only supports the .NET server.