Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DES_documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSS-PUBLIC
DES_documentation
Commits
a02c0970
Commit
a02c0970
authored
5 years ago
by
Armin Costa
Browse files
Options
Downloads
Patches
Plain Diff
Update Configuration.md
parent
dc8665e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configuration.md
+33
-36
33 additions, 36 deletions
Configuration.md
with
33 additions
and
36 deletions
Configuration.md
+
33
−
36
View file @
a02c0970
...
...
@@ -6,10 +6,41 @@
The DES startup configuration contains initialization variables that are loaded at DES startup or restart
**DES.ini:**
./config/DES.ini
### Parameters ###
[System]
**RDS_ID**
DES identifier (ex. DES_$ID@yourdomain.org)
**RDS_HOME**
HOME directory of DES
**CONFIG_FILE_PATH**
Path where processor configuration files are located ( $PROCESSOR.processor_config.xml)
**LOGS_PATH**
STOUT print to stdout | LOG4J : use log4j2| Path of the log file dir (ending with / , ex: ./testdata/logs/ ) directory will be created
**BASE_PATH**
Basepath at which logical directory tree starts: $BASE_PATH/$AoiName/$ProcessorName
**STAMPS_PATH**
Directory for Stamp files
**COMPILECODE_PATH**
Temporary directory where class files are compiled on the fly. Content will be deleted at every restart
**MAX_PROCESSOR_THREADS**
Max processor Threads
**MAX_AOI_THREADS**
Max Threads per AOI
**MAX_AOI_TASKGROUP_THREADS**
Max Threads per TaskGroup
**AOI_THREAD_SLEEP**
Time interval for AOI Thread
**MAX_NR_FILTER_FILES**
Max number of files filtered in each iteration
**DEBUG**
Write to log files
**STDOUT_STDERR**
Print Tasks output streams to STDOUT/STDERR)
[DB]
**USE_STATUS_DB**
Enable Task status logging in DB
**DB_SERVER**
= Database server
**DB_DATABASE**
= Database name
**DB_PORT**
= Database port
**DB_USER**
= Database user
**DB_PWD**
Database password
[Mail]
**FROM_EMAIL**
e-mail for delivery
**SMTP**
= URL for SMTP
**SMTP_PORT**
Port for SMTP
[Plugin]
**CONFIG_PLUGIN**
Configuration file for Plugins. Java class variable: DistributionServerConfig.CONFIG_PLUGIN
### Sample configuration
...
...
@@ -46,41 +77,7 @@ CONFIG_PLUGIN=./plugins/plugin.ini
```
### Parameters ###
[System]
**RDS_ID**
DES identifier (ex. DES_$ID@yourdomain.org)
**RDS_HOME**
HOME directory of DES
**CONFIG_FILE_PATH**
Path where processor configuration files are located ( $PROCESSOR.processor_config.xml)
**LOGS_PATH**
STOUT print to stdout | LOG4J : use log4j2| Path of the log file dir (ending with / , ex: ./testdata/logs/ ) directory will be created
**BASE_PATH**
Basepath at which logical directory tree starts: $BASE_PATH/$AoiName/$ProcessorName
**STAMPS_PATH**
Directory for Stamp files
**COMPILECODE_PATH**
Temporary directory where class files are compiled on the fly. Content will be deleted at every restart
**MAX_PROCESSOR_THREADS**
Max processor Threads
**MAX_AOI_THREADS**
Max Threads per AOI
**MAX_AOI_TASKGROUP_THREADS**
Max Threads per TaskGroup
**AOI_THREAD_SLEEP**
Time interval for AOI Thread
**MAX_NR_FILTER_FILES**
Max number of files filtered in each iteration
**DEBUG**
Write to log files
**STDOUT_STDERR**
Print Tasks output streams to STDOUT/STDERR)
[DB]
**USE_STATUS_DB**
Enable Task status logging in DB
**DB_SERVER**
= Database server
**DB_DATABASE**
= Database name
**DB_PORT**
= Database port
**DB_USER**
= Database user
**DB_PWD**
Database password
[Mail]
**FROM_EMAIL**
e-mail for delivery
**SMTP**
= URL for SMTP
**SMTP_PORT**
Port for SMTP
[Plugin]
**CONFIG_PLUGIN**
Configuration file for Plugins. Java class variable: DistributionServerConfig.CONFIG_PLUGIN
## Processors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment