<HTML>
<P>
<STYLE> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</STYLE>
Hi all,</P>
<P>&nbsp;&nbsp; I went through the thread were similar post was there for windows.I tried all possible ways to get it right,but still getting the same error.Need help in this.Thanks in advance.</P>
<P>My helloworld.map file is:</P>
<P>#hello world example<br>

MAP<br>

&nbsp;NAME "hello_world"<br>

&nbsp;SIZE 600 600<br>

&nbsp;IMAGECOLOR 249 245 186<br>

&nbsp;IMAGETYPE png&nbsp;<br>

&nbsp;EXTENT -1.00 -1.00 1.00 1.00 #geographical extent<br>

&nbsp;WEB<br>

&nbsp; &nbsp;&nbsp;&nbsp; TEMPLATE "c:/ms4w/Apache/htdocs/helloworld.html"<br>

&nbsp; &nbsp;&nbsp;&nbsp; IMAGEPATH "/ms4w/tmp/ms_tmp/"<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IMAGEURL "/tmp/"<br>

&nbsp;END<br>

&nbsp;LAYER<br>

&nbsp; &nbsp;&nbsp;&nbsp; STATUS default<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE point<br>

&nbsp;&nbsp;&nbsp; FEATURE<br>

&nbsp; &nbsp;&nbsp;POINTS 0.0 0.0 END<br>

&nbsp; &nbsp;&nbsp;TEXT "hello world"<br>

&nbsp;&nbsp;&nbsp; END<br>

&nbsp;&nbsp;&nbsp; CLASS<br>

&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; STYLE <br>

&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;COLOR 255 0 0<br>

&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END<br>

&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; LABEL<br>

&nbsp;&nbsp;TYPE bitmap<br>

&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END<br>

&nbsp;&nbsp;&nbsp; END#END CLASS<br>

&nbsp;END#END LAYER<br>

END #END MAPFILE</P>
<P>My helloworld.html file is:</P>
<P>&lt;html&gt;<br>

&lt;head&gt;&lt;title&gt;Map Server hello world&lt;/title&gt;&lt;/head&gt;<br>

&lt;body&gt;<br>

&nbsp; &lt;form method=POST action="/cgi-bin/mapserv.exe"&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="submit" value="click me"&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="map" value="/ms4w/Apache/htdocs/helloworld.map"&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="map_web_imagepath" value="/ms4w/tmp/ms_tmp/"&gt;<br>

&nbsp; &lt;/form&gt;<br>

&nbsp; &lt;IMG SRC="[img]" width=400 height=300 border=0&gt;<br>

&lt;/body&gt;<br>

&lt;/html&gt;</P>
<P>And i call it using </P>
<P><A href="http://localhost/helloworld.html">http://localhost/helloworld.html</A></P>
<P>I have stored both in /ms4w/Apache/htdocs/</P>
<P>&nbsp;</P>
<P>newuser.<br>

</P><BR></HTML>