SimonHewitt wrote: > > Hi all, > > I'm looking into logging requests made by users using Mapguide through to > WMS/WFS. I'm hoping to capture data such as extents being viewed, the user > viewing the data, the data source displayed etc. I was wondering if > anybody can shed some light on how to go about doing this, I think the > possibilities are: > > 1. Modify or wrap the FDO providers for WFS/WMS to include logging when > certain methods are called. Obviously this will take a LOT of work so I > was hoping for a simplier solution. > > 2. Have something server-side that takes the Mapguide request and extracts > the required information from it (by parsing the url/xml) > > 3. Somehow use the Mapguide API to pull this information just before the > calls are made to the FDO API, but I'm not entirely sure how this would > work. > > Thanks in advance to anyone that can help, and any other ideas/suggestions > are welcome. > > Simon > If the data is being read from a database, set up triggers on your tables. -- View this message in context: http://n2.nabble.com/Logging-requests-made-through-FDO-by-Mapguide-tp3616975p3715631.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
