-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Stephan Seifermann edited this page Apr 28, 2017
·
4 revisions
Details on the configuration possibilities can be found in the CDO Wiki. This page will just given an example configuration.
The configuration file has to be placed in the configuration
folder next to the server binary and has to be named cdo-server.xml
.
You can use the configuration example below as a starting point for your own configuration.
- The configuration uses a H2 database located in the
cdo-storage
folder - The initial packages are required to fix some shortcomings of CDO
- Choose the
listenAddr
-
0.0.0.0
if the server shall be accessible from other computers as well -
127.0.0.1
if the server shall be accessible from your computer only
For an example, please refer to cdo-server.xml.
For an example, please refer to messagebroker.properties.