Difference between revisions of "Example Cartographer Agent Configuration"

From Krupczak.org
Jump to: navigation, search
Line 1: Line 1:
 +
 +
== What are the configuration files? ==
  
 
Cartographer agents are configured using several configuration files, all in XML format.
 
Cartographer agents are configured using several configuration files, all in XML format.
Line 9: Line 11:
 
* cartographer.xml - Cartographer plugin configuration settings
 
* cartographer.xml - Cartographer plugin configuration settings
 
* cartographer-local.xml - Local, system-specific Cartographer-plugin configuration directives
 
* cartographer-local.xml - Local, system-specific Cartographer-plugin configuration directives
 +
 +
== Validating your configuration Files ==
  
 
An XML schema file defining Cartographer agent configuration files can be found [http://xmlns.krupczak.org/xsd/xmpdconfigs-1.0.xsd here].  To check the correctness of your config files, we suggest you use the [http://xmlsoft.org/xmllint.html xmllint] utility included in the [http://www.xmlsoft.org/index.html libxml2] software distribution.
 
An XML schema file defining Cartographer agent configuration files can be found [http://xmlns.krupczak.org/xsd/xmpdconfigs-1.0.xsd here].  To check the correctness of your config files, we suggest you use the [http://xmlsoft.org/xmllint.html xmllint] utility included in the [http://www.xmlsoft.org/index.html libxml2] software distribution.
 +
 +
<pre>
 +
% xmllint --noout --schema http://xmlns.krupczak.org/xsd/xmpdconfigs-1.0.xsd your-config.xml
 +
</pre>

Revision as of 11:17, 29 October 2012

What are the configuration files?

Cartographer agents are configured using several configuration files, all in XML format.

The configuration files are:

  • xmpd.xml - Agent engine configuration settings
  • cartographer.pem - Agent certificate authority keys
  • appdata.xml - Cartographer plugin data file storing application data
  • connectiondata.xml - Cartographer plugin data file storing connection data
  • cartographer.xml - Cartographer plugin configuration settings
  • cartographer-local.xml - Local, system-specific Cartographer-plugin configuration directives

Validating your configuration Files

An XML schema file defining Cartographer agent configuration files can be found here. To check the correctness of your config files, we suggest you use the xmllint utility included in the libxml2 software distribution.

% xmllint --noout --schema http://xmlns.krupczak.org/xsd/xmpdconfigs-1.0.xsd your-config.xml
Personal tools