[Mapserver-users] Getting Access to mapserver directly

Daniel Morissette morissette at dmsolutions.ca
Wed Mar 19 14:19:25 EST 2003


Ralf Rapude wrote:
> 
> Is there any opportunity to send the parameters, now given by GET to
> the mapserver.exe, directly as an argument out af a java application?
> 

You can pass your parameters using the "QUERY_STRING=..." parameter that
we use for debugging, e.g.

   mapserv.exe "QUERY_STRING=map=test.map&mode=map&blah=..."

Make sure you enclose the QUERY_STRING parameter inside quotes to
prevent errors from the shell interpretor.

-- 
------------------------------------------------------------
 Daniel Morissette               morissette at dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the mapserver-users mailing list