Changeset 255 for tools

Show
Ignore:
Timestamp:
02/02/09 14:03:07 (13 months ago)
Author:
daniel
Message:

Removed example "css" and "localhost" parameters

Location:
tools/routingservice/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • tools/routingservice/trunk/configuration.xml

    r252 r255  
    33        <port>8182</port> 
    44        <log mode="3">./log/access.log</log> 
    5         <localhost>http://localhost</localhost> 
    6         <css>http://localhost/demo/css/style.css</css> 
    75         
    86        <providers> 
    97                <!--HCC--> 
    108                <provider name="hcc" title="hcc"> 
    11                         <description>Orkney ルヌト怜玢甚道路デヌタ 䜿甚蚱諟契玄曞</description> 
     9                        <description>Webrouting Service</description> 
    1210                        <services> 
    1311                                <service name="closest_edge" title="Closest Edge" enable="true"> 
  • tools/routingservice/trunk/configuration.xml.sample

    r251 r255  
    33        <port>8182</port> 
    44        <log mode="2">./log/access.log</log> 
    5         <localhost>http://localhost</localhost> 
    6         <css>http://path/to/file.css</css> 
     5 
    76        <providers> 
    87                <provider name="geobase" title="Geobase"> 
  • tools/routingservice/trunk/src/jp/co/orkney/restlet/util/Configuration.java

    r252 r255  
    156156        modeLog = Integer.parseInt(root.getChild("log").getAttributeValue( 
    157157                "mode")); 
    158         localhost = root.getChild("localhost").getText(); 
    159         urlCss = root.getChild("css").getText(); 
     158        //localhost = root.getChild("localhost").getText(); 
     159        //urlCss = root.getChild("css").getText(); 
    160160 
    161161        List<Element> listProviders = root.getChild("providers").getChildren(