All DocCare documents are store as disk files.
Before using DocCare, you should specify a disk path to store the documents. So please ensure your free disk space is enough for storing the documents.
Edit ${BURGEON_HOME}/deploy/04resourcemanager.sar/service.xml.
You can see some important parameters listed as below:
| RESOURCE_REPOSITORY | The value of this parameter specifies the location of your document repository. All documents and revisions are stores in this directory. Please use absolute path here. Default value of this parameter is ${BURGEON_HOME}/files。 DocCare does not support storing document across different disk partitions, but you can change the repository path to a larger disk. After change document repository, please DO NOT forget to move the data from origin repository to the new repository. DocCare document repository can be a network drive. but before using it, you should mapping it to a local drive(Windows) or mount it to a local directory (Unix/Linux). |
| 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. Default value of this parameter is ${BURGEON_HOME}/temp |
| 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. Default value of this parameter is ${BURGEON_HOME}/upload |
| BACKUP_DIR | The value of this parameter specifies the location where DocCare stores backup archives. Default value of this parameter is ${BURGEON_HOME}/backups |
| USER_LOG_DIR | The value of this parameter specifies the location where DocCare stores user action logs. Default value of this parameter is ${BURGEON_HOME}/user_log |
| DISK_QUOTA | The value of this parameter specifies max disk space allocated for storing documents. Default value of this parameter is 10G。 |