Overriding the Default Configuration

The Cúram XML Server application comes and runs with a default configuration file which it generates each time the application is started.

To override this default version, take a copy of the xmlserverconfig.xml1and place in a custom location. To start the server using this custom configuration use the following Ant command:

ant -f xmlserver.xml -Dxmlserver.config.file=C:\Custom\xmlserverconfig.xml

1 The xmlserverconfig.xml is created from the xmlserverconfig.xml.template file the first time the XML Server is run. This file contains all the configuration elements for the XML Server.