Beginner - workshop installation with ms4w
Bart van den Eijnden
BEN at SYNCERA-ITSOLUTIONS.NL
Mon Jul 4 01:38:24 PDT 2005
Edit the MAP file around WMS_ACCESS_CONSTRAINTS none and put quotes around none.
Btw, MS4W comes with a preconfigured tmp directory, so there is no need to add tmp to htdocs, just change your MAP file to:
IMAGEPATH "/ms4w/tmp/ms_tmp/"
IMAGEURL "/ms_tmp/"
and also update your HTTP form variables.
Best regards,
Bart
Bart van den Eijnden
Syncera IT Solutions
Postbus 270
2600 AG DELFT
tel.nr.: 015-7512436
email: BEN at Syncera-ITSolutions.nl
>>> Selim Hernandez <pimpoumvlan at HOTMAIL.COM> 07/04/05 10:22am >>>
hello,
I'm trying to start with mapserver so I decided to install the ms4w package
which was very easy to set up.
But now I have problems with the demo/workshop installation.
I have Windows 2000 server.
I put ms4w in e:
I put the workshop directory in E:\ms4w\Apache\htdocs so I can get access
to it this way : http://127.0.0.1/workshop
I can see the index.html
I have modified it this way :
<form name="demo" method="GET" action="/cgi-bin/mapserv.exe"
onSubmit="submit_form()">
....
<!-- EDIT THESE HIDDEN VARIABLES -->
<input type="hidden" name="map"
value="E:\ms4w\Apache\htdocs\workshop\itasca.map">
<input type="hidden" name="program" value="E:\ms4w\Apache\cgi-
bin\mapserv.exe">
<input type="hidden" name="root"
value="E:\ms4w\Apache\htdocs\workshop\">
<input type="hidden" name="map_web_imagepath"
value="E:\ms4w\Apache\htdocs\tmp\">
<input type="hidden" name="map_web_imageurl"
value="E:\ms4w\Apache\htdocs\tmp\">
Then when I launch the Basic Application, it returns me this message :
getString(): Symbol definition error. Parsing error near (none):(line 75)
This error seems to be born in the itasca.map file.
nb : I had to create the Apache\htdocs\tmp\ directory and I saw that I had
to grant writing rigths to it but I don't know how to manage the Apache
server
If someone have any idea, it would be very helpful.
thank you
More information about the MapServer-users
mailing list