root/tools/routingservice/branches/wrs-2.0/data/configuration.xml

Revision 337, 465 bytes (checked in by anton, 14 months ago)

Multiple improvements:

  • aggregate functions
  • capabilities service
Line 
1<?xml version="1.0"?>
2<configuration
3xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4xsi:noNamespaceSchemaLocation="http://wrs.postlbs.org/xsd/1.1.0/configuration.xsd"
5version="1.1.0">
6        <port>8182</port>
7        <log level="5" url="./logs/wrs-log.log"/>
8        <includes>
9                <include name="services" url="./data/services.xml"/>   
10                <include name="resources" url="./data/resources.xml"/>         
11                <include name="profiles" url="./data/profiles.xml"/>
12        </includes>
13</configuration>
Note: See TracBrowser for help on using the browser.