Changes between Version 11 and Version 12 of Config File
- Timestamp:
- 04/28/10 13:06:23 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Config File
v11 v12 1 1 = Configuration File = 2 2 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. 3 Configuration is done via a single XML file called 'config.xml'. 5 4 6 5 The default path is ''/usr/local/tinyows/config.xml'', you could 7 also use 'TINYOWS_CONFIG_FILE' environment var to set your own path. 8 6 also use TINYOWS_CONFIG_FILE environment var to set your own path. 7 8 9 == Configuration file simple Example == 10 11 You could find an example of 'config.xml' file in demo directory: 9 12 10 13 {{{ … … 38 41 39 42 }}} 43 44 45 ---- 46 == Check Config.xml file == 47 48 Once you have a config.xml file related to your service, 49 you could launch the --check option: 50 51 {{{ 52 ./tinyows --check 53 Config File: OK 54 PG Connection: OK 55 Available layers: 56 - public.world -> 4326 RW 57 - public.france -> 27582 RW 58 59 }}} 60 40 61 41 62 ----