Hi, On Windows the proxy/no proxy default settings can be set also from the control panel, through Java - General - Network settings. What these settings do it to launch Java with a couple of extra arguments
start java -Dhttp.proxySet=true -Dhttp.proxyHost=xxxx.yyyy.zz -Dhttp.proxyPort=xxx -Dhttp.nonProxyHosts=xxxx.yyyy.zz1|yyyy.zzzz.zz2 -DproxyHost etc. seem to work and I am not sure if it is better or not to use the leading http. part. I suppose that the correct string to use in the "connect directly" is the same as in the command line, thus "wms.rgu.muenchen.de". Pipe is only needed for the list of hosts. Wildcard can also be used: 192.169.* -Jukka Rahkonen- > -----Alkuperäinen viesti----- > Lähettäjä: [email protected] > [mailto:[email protected]] Puolesta > Wolfgang Qual > Lähetetty: 3. syyskuuta 2010 13:45 > Vastaanottaja: [email protected] > Aihe: Re: [Gvsig_english] gvSIG: what does "connect directly > to" mean?? > > > Dear Fran, and other gvSIG-users, > sorry, but it did not work. The error still appears. Can > anybody confirm > this behaviour? Anyone who could report this as a bug? > > Best, > Wolfgang > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/gvSIG-what-does-connect > -directly-to-mean-tp5494422p5494855.html > Sent from the gvSIG international mailing list archive at Nabble.com. > _______________________________________________ > Gvsig_internacional mailing list > [email protected] > http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional > _______________________________________________ Gvsig_internacional mailing list [email protected] http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
