[Mapserver-users] Error 414 (Request-URI Too Long) on IIS

Ed McNierney ed@topozone.com
Wed, 9 Apr 2003 11:00:01 -0400


This is an IIS question, not really a MapServer issue, and you'll have better luck looking for IIS help.  Entering your error message at http://support.microsoft.com produces a link to this article:

http://support.microsoft.com/default.aspx?scid=kb;en-us;248061

	- Ed

Ed McNierney
President and Chief Mapmaker
TopoZone.com / Maps a la carte, Inc.
73 Princeton Street, Suite 305
North Chelmsford, MA  01863
ed@topozone.com
(978) 251-4242 

-----Original Message-----
From: Hisaji Ono [mailto:hi_ono2001@ybb.ne.jp]
Sent: Wednesday, April 09, 2003 10:51 AM
To: Mapserver-users@lists.gis.umn.edu
Subject: [Mapserver-users] Error 414 (Request-URI Too Long) on IIS


Hello.

 I've tried to draw all GTOPO30 maps "as it is" by MapServer 3.6.2 on XP
Pro's IIS 5.1 using following map file created by MapLab.

LAYER
    NAME "GTOPO30 "
    GROUP "DEM"
    STATUS ON
    DATA "gtopo30/E020N90.DEM"
    TYPE RASTER

    CLASSITEM "[pixel]"
    CLASS
      NAME "no data"
      EXPRESSION "-9999"
      COLOR 255 111 48
    END
    CLASS
      NAME "0-100 meter"
      EXPRESSION ([pixel] >0 AND [pixel] <= 100)
      COLOR 0 160 0
    END
    --- omit --------------
   END

 However once displayed, I tried to zoom. I've got following errors from
IIS.

  Error 414 (Request-URI Too Long) on IIS

  I know this was caused by over limited characters in URI.

 Could anyone give me any idea to avoid this error?

 Regards.


_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users