
DocCare2 stores all documents as disk files. Before you start using DocCare2, you need to specify a proper directory to store all the documents. The configuration file is ${BURGEONSOFT_HOME}/deploy/resourcemanager.sar/service.xml. There are several important parameters:
| RESOURCE_REPOSITORY | The value of this parameter specifies the location of your document repository. All documents and revisions are stores in this directory. |
| TEMP_RESOURCE_REPOSITORY | The value of this parameter specifies the location where documents are temporarily stored. DocCare2 will possibly delete the documents in this directory according to certain rules. |
| UPLOAD_DIR | This parameter is used when user is trying to batch import documents. User is only allowed to browse contents under this directory and its sub-directories. |
| BACKUP_DIR | The value of this parameter specifies the location to store backup archives. |
| USER_LOG_DIR | The value of this parameter specifies the location to store user action log. |
| DISK_QUOTA | The value of this parameter specifies max disk space allocated for storing DocCare2 files. |