In the DES processor operation declarations the authentication entry can be references as follows:
```xml
...
...
@@ -106,44 +112,49 @@ In the DES processor operation declarations the authentication entry can be refe
<Recursive>true</Recursive>
</Consumer>
```
## Start of a DES instance ##
1. Edit the ./config/DistributionServer.ini to fit your environment
2. Create the set of *.processor_config.xml files that you want to run and place them in the path CONFIG_FILE_PATH as defined in DistributionServer.ini config file
3. Choose a suitable operation mode
print program arguments:
```
java -jar DES.jar –h
```
### Operation modes ###
## Operation modes ##
*Start a DES instance with default configuration defined in DES.ini and run all Processors (*.processor_config.xml files) located in CONFIG_PATH
1) Start a DES instance with default configuration defined in DES.ini and run all Processors (*.processor_config.xml files) located in CONFIG_PATH
```
java -jar DES.jar
```
*Start a DES instance with default configuration defined in DES.ini and run a single Processor
2) Start a DES instance with default configuration defined in DES.ini and run a single Processor