[ms4w-users] Using Oracle with ms4w

Juan Camilo Velásquez Londoño juan.velasquez at mapasydatos.com
Wed Nov 22 15:37:08 EST 2006


Hi all.

I am trying to do a test application with mapscript java (servlets) with oracle 9i in windows (MS4W), the test was done with a mapfile.

I installed ms4w in c:\ as indicated in the instructions, then I copied the core dll to windows\system32 to make then avaivable to tomcat 5 and the mapscript.jar in the application context, the applications works well in tomcat because I can see a map created with a mapfile includinh shape layers.

When I try an oracle layer there is not an error message, simply it does not work.

The ms4w is configured to work with oracle spatial ?, 

This is the mapfile
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

MAP
    NAME USA1
    STATUS ON
    SIZE 800 500
    IMAGETYPE PNG
    IMAGECOLOR 240 240 240
    SHAPEPATH "D:\u01\data\maps\V1.5"
    EXTENT -78 -4 -70 10
    UNITS dd
    PROJECTION
  "proj=latlong"  "ellps=WGS84"  "datum=WGS84"
    END
    WEB
        IMAGEPATH "/var/www/html/tmp/"
        IMAGEURL "/tmp/"
    END 
    LAYER
    NAME CAJEROS
    TYPE POINT
    CONNECTIONTYPE oraclespatial
    CONNECTION user/pwd at service
    DATA "EPR_GEOLOC FROM SELECT EPR_GEOLOC FROM ELEMENTOS_PORTAL WHERE EPR_TEP_ID = 2 USING SRID 8307"
    DUMP TRUE
    CLASS 
     STYLE
       OUTLINECOLOR 0 0 0
       COLOR 0 128 128
     END
    END 
  END 
END

------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks in advance.

Juan Camilo Velàsquez L.
Mapas y Datos S.A.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20061122/121bc0eb/attachment.html


More information about the ms4w-users mailing list