Hi,

Manual page for cascading WFS gives advice about how to set outgoing http(s) 
traffic to go through a proxy server 
http://docs.geoserver.org/stable/en/user/data/cascaded/wfs.html but this 
information is missing from cascaded WMS 
http://docs.geoserver.org/stable/en/user/data/cascaded/wms.html.

It would be good to copy or link the advice for setting the proxy to the WMS 
page as well. An example about how to edit startup.bat would not harm either
I could make it work by editing this line
if "%JAVA_OPTS%" == "" (set JAVA_OPTS=-XX:MaxPermSize=128m)
into 
if "%JAVA_OPTS%" == "" (set JAVA_OPTS="-XX:MaxPermSize=128m 
-Dhttp.proxyHost=proxy.com -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy.com 
-Dhttps.proxyPort=80")

On the WFS page the http.proxySet=true parameter is said to be required. 
Perhaps it is in the wrapper file but I did not need to set that in the 
startup.bat file.

-Jukka Rahkonen-

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to