Changes between Version 11 and Version 12 of Config File

Show
Ignore:
Timestamp:
04/28/10 13:06:23 (4 months ago)
Author:
ol (IP: 82.246.13.72)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Config File

    v11 v12  
    11= Configuration File = 
    22 
    3 Configuration is done via a single XML file called 'config.xml', 
    4 you could find an example of 'config.xml' file in demo directory. 
     3Configuration is done via a single XML file called 'config.xml'. 
    54 
    65The default path is ''/usr/local/tinyows/config.xml'', you could 
    7 also use 'TINYOWS_CONFIG_FILE' environment var to set your own path. 
    8  
     6also use TINYOWS_CONFIG_FILE environment var to set your own path. 
     7 
     8 
     9== Configuration file simple Example == 
     10 
     11You could find an example of 'config.xml' file in demo directory: 
    912 
    1013{{{ 
     
    3841 
    3942}}} 
     43 
     44 
     45---- 
     46== Check Config.xml file == 
     47 
     48Once you have a config.xml file related to your service, 
     49you could launch the --check option: 
     50 
     51{{{ 
     52./tinyows --check 
     53Config File:     OK 
     54PG Connection:   OK 
     55Available layers: 
     56 - public.world  -> 4326 RW 
     57 - public.france  -> 27582 RW 
     58 
     59}}} 
     60 
    4061 
    4162----