<div>Yes some things in addition to consider... with this problem</div>  <div>&nbsp;</div>  <div>1) Tomcat is installed (butshutdown)</div>  <div>2) SQL Server is installed (but end-process in taskmanager was performed)</div>  <div>3) Oracle Express Edition is installed (but end-process in task manager performed)</div>  <div>4) Eclispe devlopment env. is installed but not up and running</div>  <div>5) Derby embedded JDBC database&nbsp;installed (but no processes to start/stop)</div>  <div>&nbsp;</div>  <div>A&nbsp;service for one of&nbsp;these might be conflicting </div>  <div>with the cgi call to Mapserv?&nbsp;I did an end-process on sqlserver, oracle</div>  <div>and shutdown of tomcat.&nbsp; But there are a bunch of svchost.exe process's</div>  <div>running - which I don't know what they are doing....</div>  <div>Tasklist does not appear to work on Xp-Home edition. </div>  <div>When I click on the itasca demo file "index.html"&nbsp; and select Basic Application </div> 
 <div>the black cmd window flashes by and no map is displayed.&nbsp; </div>  <div>&nbsp;</div>  <div>I believe the message in the black cmd window is: </div>  <div>&nbsp;</div>  <div>"This script can only be used to decode form results and<BR>should be initiated as a CGI process via a httpd server."</div>  <div>&nbsp;</div>  <div>When mapserv is executed on a windows system, isn't it supposed</div>  <div>to be minimized or in icon form?&nbsp; Or should one normally</div>  <div>see a black cmd window flash by while it does it's thing? </div>  <div>&nbsp;</div>  <div>If could glean a little more information from Windows/system </div>  <div>then understand&nbsp;what is going on and why&nbsp;mapserv thinks it</div>  <div>is not being invoked as a cgi?&nbsp;&nbsp;Any more insights form the Map Server</div>  <div>group would be greatly appreciated as to why the itasca demo is not</div>  <div>working on my Windows Xp-Home machine....Much Appreciate.&nbsp;</div>  <div>Some of the
 items mentioned above may be&nbsp;red-herrings.. but for</div>  <div>lack of any further direction to look for thought would at least mention them. </div>  <div>&nbsp;</div>  <div>Regards, </div>  <div>John Rust</div>  <div>763-424-7973</div>  <div>&nbsp;</div>  <div><BR><B><I>Jeff McKenna &lt;jmckenna@dmsolutions.ca&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">(please always respond to the mailing list)<BR><BR>The itasca package for MS4W requires no 'tweaking' of Apache. I'm not <BR>sure if your Tomcat installation is causing issues.<BR><BR>Maybe someone else has ideas (?)<BR><BR>jeff<BR><BR><BR>john rust wrote:<BR>&gt; Jeff,<BR>&gt; <BR>&gt; Thanks for the reply.<BR>&gt; Yes - I installed this demo also and get the same results as with the <BR>&gt; workshop-demo.<BR>&gt; The controls display but no map is displayed.<BR>&gt; <BR>&gt; When I correct the "action= " to be the correct path for
 my system<BR>&gt; to be "c:/ms4w/apache/cgi-bin/mapserv"<BR>&gt; Then, I get the black cmd window with the message below...flashes by...<BR>&gt; <BR>&gt; This script can only be used to decode form results and<BR>&gt; should be initiated as a CGI process via a httpd server.<BR>&gt; <BR>&gt; Isn't the cgi process supposed to be minimized, and *not* display a <BR>&gt; black window. <BR>&gt; <BR>&gt; Hypothesis: For some reason in my config the cgi mapserv process thinks <BR>&gt; its being executed not from an http server? I think there is something <BR>&gt; in my config that is not quite correct... but I tweaked most of the <BR>&gt; things that I know about with windows and apache etc. It is as <BR>&gt; if apache is invoking mapserv not as a cgi process but just as an <BR>&gt; executable or something?<BR>&gt; <BR>&gt; Thanks for any pointers in this regards...<BR>&gt; <BR>&gt; - John<BR>&gt; <BR>&gt; <BR>&gt; -------------------------------------------------<BR>&gt; Demo
 config below...<BR>&gt; <BR>&gt; <BR>&gt; <!-- EDIT THE FORM ACTION --><BR>&gt;   <FORM name=demo action=/cgi-bin/mapserv.exe method=get <br>&gt; onSubmit="submit_form()"&gt;<BR>&gt; <INPUT type=hidden value=lakespy2 name=layer><BR>&gt; <INPUT type=hidden value=dlgstln2 name=layer><BR>&gt; <INPUT type=hidden value=2 name=zoomsize><BR>&gt; <!-- EDIT THESE HIDDEN VARIABLES --><BR>&gt; <INPUT type=hidden value=/ms4w/apps/mapserv-demo/itasca.map name=map><BR>&gt; <INPUT type=hidden value=/cgi-bin/mapserv.exe name=program><BR>&gt; <INPUT type=hidden value=/mapserv-demo/ name=root><BR>&gt; <INPUT type=hidden value=/ms4w/tmp/ms_tmp/ name=map_web_imagepath><BR>&gt; <INPUT type=hidden value=/ms_tmp/ name=map_web_imageurl><BR>&gt; <BR>&gt; <BR>&gt; */Jeff McKenna <JMCKENNA@DMSOLUTIONS.CA>/* wrote:<BR>&gt; <BR>&gt; Actually are you aware that there is a pre-configured Itasca demo<BR>&gt; package available for download specifically for MS4W? Look for<BR>&gt; "MapServer Itasca Demo
 Application" on<BR>&gt; http://www.maptools.org/ms4w/index.phtml?page=downloads.html and use<BR>&gt; that.<BR>&gt; <BR>&gt; jeff<BR>&gt; <BR>&gt; <BR>&gt; john rust wrote:<BR>&gt; &gt; I installed mS4W on Windows XP Home with the following software<BR>&gt; installed.<BR>&gt; &gt;<BR>&gt; &gt; Eclipse<BR>&gt; &gt; Tomcat<BR>&gt; &gt; Apache server<BR>&gt; &gt; Derby Plug in for Eclipse (java database)<BR>&gt; &gt; JRE 5.0<BR>&gt; &gt;<BR>&gt; &gt; New to the java scripting world, and decided to install the<BR>&gt; Itasca demo.<BR>&gt; &gt;<BR>&gt; &gt; It is installed in C:/ms4w/apache/htdocs/workshop/index.html etc.<BR>&gt; &gt; This is what I have for index.html in the demo…<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; <BR>&gt; &gt; action="c:/ms4w/apache/cgi-bin/mapserv.exe" onSubmit="submit_form()"&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; value="c:/ms4w/apps/workshop/itasca.map"&gt;<BR>&gt; &gt;<BR>&gt; &gt;
 value="c:/ms4w/apache/cgi-bin/mapserv.exe"&gt;<BR>&gt; &gt;<BR>&gt; &gt; value="c:/ms4w/apache/htdocs/workshop"&gt;<BR>&gt; &gt;<BR>&gt; &gt; value="c:/ms4w/apache/htdocs/workshop/temp/ms_temp"&gt;<BR>&gt; &gt;<BR>&gt; &gt; value="c:/ms4w/apache/htdocs/workshop/temp"&gt;<BR>&gt; &gt;<BR>&gt; &gt; These are values in the c:/ms4w/apache/conf/httpd.conf file<BR>&gt; &gt; ServerRoot "c:/ms4w/apache"<BR>&gt; &gt; Listen 80<BR>&gt; &gt; ServerAdmin admin@local.domain<BR>&gt; &gt; DocumentRoot "c:/ms4w/apache/htdocs"<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; This is the value I put into the Itasca.map file:<BR>&gt; &gt; WMS_ONLINERESOURCE http://localhost/workshop/index.html<BR>&gt; &gt;<BR>&gt; &gt; Put cgi-bin onto the WINDOWS PATH statement.<BR>&gt; &gt; Also moved the workshop files around to various directories.<BR>&gt; &gt; Made various windows folders shareable on the network.<BR>&gt; &gt;<BR>&gt; &gt; When I click on the initialize (basic application) button
 am<BR>&gt; queried if<BR>&gt; &gt; I want to run<BR>&gt; &gt; C:/ms4w/apache/cgi-bin/mapserv.exe ?<BR>&gt; &gt; I answer yes a coulpe times, but then **nothing** happens?<BR>&gt; &gt;<BR>&gt; &gt; What is wrong with my configuration?<BR>&gt; &gt;<BR>&gt; &gt; Regards,<BR>&gt; &gt;<BR>&gt; &gt; John Rust<BR>&gt; &gt; 763-424-7973<BR>&gt; &gt;<BR><BR><BR>-- <BR>Jeff McKenna<BR>DM Solutions Group Inc.<BR>http://www.dmsolutions.ca<BR>_______________________________________________<BR>ms4w-users mailing list<BR>ms4w-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/ms4w-users<BR></BLOCKQUOTE><BR></FORM><p>&#32;
                <hr size=1>Yahoo! Music Unlimited - Access over 1 million songs.
<a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/ 
">Try it free.</a>