2013/6/7 <[email protected]>

>  Hi List,****
>
> ** **
>
> For troubleshooting reasons I’m looking for a way to monitor the requests
> GeoServer sends out and receives when connecting to a remote WFS server. *
> ***
>
> ** **
>
> I switched Logging to “verbose” but in the geoserver.log file I do not
> find the data that has been sent and/or received.****
>
> ** **
>
> Is there a way to achieve that from within GeoServer? Surely some form of
> HTTP Proxy, Network sniffer or one of that kind would do the job as well,
> but I hope I can avoid installing one of these.****
>
> ** **
>
> (Geoserver 2.2, but an upgrade to 2.3 would be fine as well…)
>

Don't think the logging you're looking for is there in the code. However,
you're not forced into "installing" a proxy,
you can just go, download and run the Burp suite
http://portswigger.net/burp/, runs without having to install it on
the computer, then you just have to tell the JVM running GeoServer to go
through it using the following
system variables:
-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber

Cheers
Andrea

-- 
==
GeoServer training in Milan, 6th & 7th June 2013!  Visit
http://geoserver.geo-solutions.it for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to