<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>Verwirrende Pfad angaben</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Liebe mapserver Gemeinde,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Ich habe das Buch 'Biginning MapServer' von Bill Kropa gekauft.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Ich habe ms4w installiert.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Meine Verzeichnisstruktut sieht folgendermassen aus:</FONT>
<BR><FONT SIZE=2 FACE="Arial">C:/ms4w/workshop/ hier befindet sich Hello.map hello.html</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Folgendes kleines Problem tritt auf nachdem ich&nbsp; hello.map entsprechend angepasst habe:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Die Karte wird nicht aufgerufen und im logfile steht das er die Datei hello.html nicht&nbsp; in</FONT>
<BR><FONT SIZE=2 FACE="Arial">C:/ms4w/Apache/htdocs finden kann.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Nach umkopieren von hello.html nach C:/ms4w/Apache/htdocs wird die karte korrekt angezeigt.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Was habe ich an den Pfadangaben verkehrt gemacht?</FONT>
<BR><FONT SIZE=2 FACE="Arial">Ich habe die entsprechende Auszüge aus dem Original und der angepassten Version eingefügt.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Vielen Dank für eure Hilfe</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Frank Loy</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Auszug aus Hello.map (Frank)</FONT>
<BR><FONT SIZE=2 FACE="Arial"># This is our &quot;Hello World&quot; mapfile</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">WEB</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE&nbsp; &quot;C:/ms4w/workshop/hello.html&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; IMAGEPATH &quot;C:/ms4w/workshop/tmp/&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; IMAGEURL &quot;C:/ms4w/workshop/tmp/&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">End</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">###########################################</FONT>
<BR><FONT SIZE=2 FACE="Arial">Original Hello.map</FONT>
<BR><FONT SIZE=2 FACE="Arial">WEB</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE &quot;/var/www/htdocs/hello.html&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; IMAGEPATH &quot;/var/www/htdocs/tmp/&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp; IMAGEURL &quot;/tmp/&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">END</FONT>
<BR><FONT SIZE=2 FACE="Arial">###########################################</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Auszug aus Hello.html (Frank)</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;form method=POST action=&quot;/cgi-bin/mapserv.exe&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;Click Me&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;C:/ms4w/workshop/hello.map&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;hidden&quot; name=&quot;map_web_imagepath&quot;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value=&quot;C:/ms4w/workshop/tmp/&quot;&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;/form&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">##########################################</FONT>
<BR><FONT SIZE=2 FACE="Arial">Original Hello.html</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;form method=POST action=&quot;/cgi-bin/mapserv&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;Click Me&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/home/mapdata/hello.map&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;hidden&quot; name=&quot;map_web_imagepath&quot; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value=&quot;/var/www/htdocs/tmp/&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;/form&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">###########################################</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2 FACE="Courier New">////////////////////////////////////////////</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Frank Loy</FONT>
<BR><FONT SIZE=2 FACE="Courier New">MSc (GIS)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Courier New">Bundesanstalt fuer Gewaesserkunde&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">Referat M2 -</FONT> <FONT SIZE=2 FACE="Arial">FG Geodateninfrastruktur und Geoinformatik</FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">Am Mainzer Tor 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT COLOR="#000000" SIZE=2 FACE="Arial">Postfach 20 02 53, 56002 Koblenz&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT> <FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Courier New">Tel: 0261/1306-5250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Courier New">Fax: 0261/1306-5333&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Courier New">e-mail: loy@bafg.de&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2 FACE="Courier New">////////////////////////////////////////////</FONT>
</P>

<P><FONT FACE="Arial" SIZE=2 COLOR="#000000"> &lt;&lt;Loy, Frank, M2, MT.vcf&gt;&gt; </FONT>
</P>

</BODY>
</HTML>