<HTML>
<P>
<STYLE> BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }</STYLE>
Hi all,</P>
<P>   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>

 NAME "hello_world"<br>

 SIZE 600 600<br>

 IMAGECOLOR 249 245 186<br>

 IMAGETYPE png <br>

 EXTENT -1.00 -1.00 1.00 1.00 #geographical extent<br>

 WEB<br>

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

      IMAGEPATH "/ms4w/tmp/ms_tmp/"<br>

           IMAGEURL "/tmp/"<br>

 END<br>

 LAYER<br>

      STATUS default<br>

           TYPE point<br>

    FEATURE<br>

    POINTS 0.0 0.0 END<br>

    TEXT "hello world"<br>

    END<br>

    CLASS<br>

       STYLE <br>

       COLOR 255 0 0<br>

       END<br>

       LABEL<br>

  TYPE bitmap<br>

       END<br>

    END#END CLASS<br>

 END#END LAYER<br>

END #END MAPFILE</P>
<P>My helloworld.html file is:</P>
<P><html><br>

<head><title>Map Server hello world</title></head><br>

<body><br>

  <form method=POST action="/cgi-bin/mapserv.exe"><br>

         <input type="submit" value="click me"><br>

         <input type="hidden" name="map" value="/ms4w/Apache/htdocs/helloworld.map"><br>

         <input type="hidden" name="map_web_imagepath" value="/ms4w/tmp/ms_tmp/"><br>

  </form><br>

  <IMG SRC="[img]" width=400 height=300 border=0><br>

</body><br>

</html></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> </P>
<P>newuser.<br>

</P><BR></HTML>