I'm testing the pevious version for windows, the 0.9.0, and it doesn't work as well. But from the Windows shell when I launch: .\tinyows.exe --check
With this 0.9 version I get the first rows that seems to be good: TinyOWS version: 0.9.0 FCGI support: Yes Config File Path: @prefix@/tinyows/config.xml Then the program "tinyows.exe" crash and I've to close it. Strange! But if I think that with the version 1.0 I just get: <?xml version='1.0' encoding='UTF-8'?> <ows:ExceptionReport xmlns='http://www.opengis.net/ows' xmlns:ows='http://www.opengis.net/ows' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd' version='1.1.0' language='en'> <ows:Exception exceptionCode='ErrorConfigFile' locator='parse_config_file'> <ows:ExceptionText>Unable to open config file !</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport> The message get with the version 0.9 sounds to me better! Anyway it doesn't work as well because it crash also by browser... 2012/10/18 Riccardo Gaeta <[email protected]> > Ok. > First of all I have to say that I use as Apache the > EntrepriseDB-ApachePHP, installed by PostgreSQL "Application Stack > Builder", I don't know if this could be the problem... > Anyway, for Tinyows I unzip the file: > tinyows-1.0.0rc3-ms4w3.0.zip > > Then: > > - I've moved the folder "tinyows" (with the folder "schema" and the > "config.xml") in "C:\PostgreSQL\EnterpriseDB-ApachePHP" > > - I've moved the file "tinyows.exe" in > "C:\PostgreSQL\EnterpriseDB-ApachePHP\apache\cgi-bin" > > - I've moved the file "http_tinyows.conf" in > "C:\PostgreSQL\EnterpriseDB-ApachePHP\apache\conf\addons" > > - I've changed the content of the file "http_tinyows.conf" in: > # set environment vars necessary for Tinyows: > SetEnv TINYOWS_CONFIG_FILE > "C:\PostgreSQL\EnterpriseDB-ApachePHP\tinyows\config.xml" > SetEnv TINYOWS_SCHEMA_DIR > "C:\PostgreSQL\EnterpriseDB-ApachePHP\tinyows\schema\" > > - I've added the follow lines at the end of the "httpd.conf": > Alias /tinyows/ "C:\PostgreSQL\EnterpriseDB-ApachePHP\tinyows\" > > <Directory "C:\PostgreSQL\EnterpriseDB-ApachePHP\tinyows"> > AllowOverride None > Options Indexes FollowSymLinks Multiviews > Order allow,deny > Allow from all > </Directory> > > - In the head of the file "config.xml" I put: > <tinyows online_resource="http://127.0.0.1:8080/cgi-bin/tinyows.exe" > schema_dir="C:\PostgreSQL\EnterpriseDB-ApachePHP\apache\www\tinyows\schema\" > log="C:\PostgreSQL\EnterpriseDB-ApachePHP\apache\logs\tinyows.log" > log_level="7"> > > Hope this could help. > Now I'm trying to do some test with the older version 0.9.0, I'll let you > know. > > Riccardo > > > > 2012/10/18 Olivier Courtin <[email protected]> > >> >> >> On Wed, Oct 17, 2012 at 2:09 PM, Riccardo Gaeta <[email protected]>wrote: >> >>> Thanks Olivier. It doesn't work anyway. I can see the layer "base" but >>> not my tinyows layer... >>> >> >> Humm, could you give information on the way you install TinyOWS on your >> Win32 ? >> (looking for a way to reproduce this behaviour...) >> >> -- >> Olivier >> >> _______________________________________________ >> mapserver-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapserver-users >> >> >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
