On Wed, Jan 12, 2011 at 4:41 AM, David Collins <[email protected]> wrote: > 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.
This is good information, thank you! Btw, I see you have proxyHost/proxyPort twice in the script above, is that intentional? > (I would be happy to add this to the Geoserver documentation.) That would be very nice of you. The documentation is kept in the version control here: http://svn.codehaus.org/geoserver/trunk/doc/en/user/ There is a guide on how to write the docs here: http://docs.geoserver.org/latest/en/docguide/ 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
