Thanks, Andrea.

That has fixed the problem for me.

The details for the Jetty default install ..

*Modify "C:\Program Files\GeoServer 2.0.2\wrapper\wrapper.conf" similarly to
..
*
*# Java Additional Parameters
wrapper.java.additional.1=-Djetty.home=.
wrapper.java.additional.2=-DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%"
wrapper.java.additional.3=-Dhttp.proxySet=true
wrapper.java.additional.4=-Dhttp.proxyHost=maitproxy
wrapper.java.additional.5=-Dhttp.proxyPort=8080
wrapper.java.additional.6=-Dhttps.proxyHost=maitproxy
wrapper.java.additional.7=-Dhttps.proxyPort=8080
wrapper.java.additional.8=-Dhttp.nonProxyHosts="mait*|dpi*|localhost"
*
Note that the *Dhttp.proxySet=true* parameter is required.

(I would be happy to add this to the Geoserver documentation.)

Regards,
David


On Tue, Jan 11, 2011 at 6:40 PM, Andrea Aime
<[email protected]>wrote:

> On Tue, Jan 11, 2011 at 4:51 AM, David Collins
> <[email protected]> wrote:
> > I am creating a WFS data store on a Geoserver 2.0.2 running on my Windows
> PC
> > and trying to connect to a Web Feature Service external to our
> organization,
> > thus I need to specify to go through a proxy server (similarly to when
> > web-browsing).
> > Is there a way to specify this?
>
> The WFS store uses java own URL.openConnection() to get to the remote
> server,
> which in turn reacts to the following system properties:
> http://www.rgagnon.com/javadetails/java-0085.html
>
> This should be good as long as you can use that proxy for whatever
> connection
> (not just the ones going to that specific remote server)
>
> Cheers
> Andrea
>
> --
> Ing. Andrea Aime
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
>
> phone: +39 0584962313
> fax:     +39 0584962313
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.linkedin.com/in/andreaaime
> http://twitter.com/geowolf
>
> -----------------------------------------------------
>
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to