[mapserver-users] sample data test

Martin, Daniel DMartin@erac.com
Fri, 15 Nov 2002 15:53:14 -0600


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------=_NextPartTM-000-c2ae3034-f8e0-11d6-bb0b-00508bcfdcc7
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C28CF1.65FC8862"

------_=_NextPart_001_01C28CF1.65FC8862
Content-Type: text/plain

Sure sounds to me like you aren't going through the server.  Is the URL in
your browser  http://localhost/somepage.htm <http://localhost/somepage.htm>
or is it C:\inetpub\wwwroot\somepage.htm.  If it is the latter, you would
have the exact problem you mention.
 
-Dan

-----Original Message-----
From: Seth Rodriguez [mailto:srodriguez@maguiregroup.com]
Sent: Friday, November 15, 2002 1:59 PM
To: 'Mapserver-Users (E-mail)'; 'TCHaddad'; Mike Abatecola
Subject: [mapserver-users] sample data test



I am stumped with getting my app running properly. Here is where I am at. I
installed IIS on my windows XP machine. I downloaded the third binary and
the library zip in the windows list. I put the mapserv.exe at
C:\Inetpub\Scripts. I extracted the sample data to
C:\Inetpub\wwwroot\itasca. I put the epsg file at C:\Proj\nad. I edited the
map doc and the initialize doc according the sample tutorial instructions. I
tested my mapserv CGI program (with some help from the community) and it
seems to be responding properly. To do the final test of the demo_init.html,
I loaded it in Internet Explorer and clicked on the Initialize button. This
prompted a save/download popup. I chose to open the file, which should
simply run the exe from its location. Once I choose this option, the
mapserv.exe seems to run, i.e. a dos window quickly pops up and then goes
away without an error message. All of this seems so good so far, but once
the mapserv.exe run, my window stays at the demo_init.html document. It is
my understanding that the exe should engage the demo.html document and the
map should load with three layers turned on, but I get nothing. Thanx to
those in the community how have gotten me to where I am now. However, I do
need a bit more help. Anyone out there know why my CGI program doesn't seem
to be hitting my demo.html? Is there some code I need to edit? Please help.
Thanx in advance for your time. 

 

Seth Rodriguez

Environmental Scientist

GIS Analyst

Maguire Group Inc.

564 Forbes Avenue, Suite 1212

Pittsburgh, PA 15219

(412) 281-6393

(412) 281-7908 FAX

 


------_=_NextPart_001_01C28CF1.65FC8862
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<META content="MSHTML 5.50.4613.1700" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
	COLOR: windowtext; FONT-FAMILY: Arial
}
DIV.Section1 {
	page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV><SPAN class=047575021-15112002><FONT face=Arial color=#0000ff size=2>Sure 
sounds to me like you aren't going through the server.&nbsp; Is&nbsp;the URL in 
your browser&nbsp;<A 
href="http://localhost/somepage.htm">http://localhost/somepage.htm</A> or is it 
C:\inetpub\wwwroot\somepage.htm.&nbsp; If it is the latter, you would have the 
exact problem you mention.</FONT></SPAN></DIV>
<DIV><SPAN class=047575021-15112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=047575021-15112002><FONT face=Arial color=#0000ff 
size=2>-Dan</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Seth Rodriguez 
  [mailto:srodriguez@maguiregroup.com]<BR><B>Sent:</B> Friday, November 15, 2002 
  1:59 PM<BR><B>To:</B> 'Mapserver-Users (E-mail)'; 'TCHaddad'; Mike 
  Abatecola<BR><B>Subject:</B> [mapserver-users] sample data 
  test<BR><BR></FONT></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I am stumped with getting my app 
  running properly. Here is where I am at. I installed IIS on my windows XP 
  machine. I downloaded the third binary and the library zip in the windows 
  list. I put the mapserv.exe at C:\Inetpub\Scripts. I extracted the sample data 
  to C:\Inetpub\wwwroot\itasca. I put the epsg file at C:\Proj\nad. I edited the 
  map doc and the initialize doc according the sample tutorial instructions. I 
  tested my mapserv CGI program (with some help from the community) and it seems 
  to be responding properly. To do the final test of the demo_init.html, I 
  loaded it in Internet Explorer and clicked on the Initialize button. This 
  prompted a save/download popup. I chose to open the file, which should simply 
  run the exe from its location. Once I choose this option, the mapserv.exe 
  seems to run, i.e. a dos window quickly pops up and then goes away without an 
  error message. All of this seems so good so far, but once the mapserv.exe run, 
  my window stays at the demo_init.html document. It is my understanding that 
  the exe should engage the demo.html document and the map should load with 
  three layers turned on, but I get nothing. Thanx to those in the community how 
  have gotten me to where I am now. However, I do need a bit more help. Anyone 
  out there know why my CGI program doesn&#8217;t seem to be hitting my demo.html? Is 
  there some code I need to edit? Please help. Thanx in advance for your time. 
  </SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Seth 
  Rodriguez</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Environmental 
  Scientist</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">GIS 
  Analyst</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Maguire Group 
  Inc.</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">564 Forbes Avenue, Suite 
  1212</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Pittsburgh</SPAN></FONT><FONT 
  face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">, </SPAN></FONT><FONT 
  face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">PA</SPAN></FONT><FONT 
  face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"> </SPAN></FONT><FONT 
  face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">15219</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">(412) 
  281-6393</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Courier New" size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">(412) 281-7908 
  FAX</SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C28CF1.65FC8862--

------=_NextPartTM-000-c2ae3034-f8e0-11d6-bb0b-00508bcfdcc7--