kPatch / worldwindrcp

Automatically exported from code.google.com/p/worldwindrcp
1 stars 0 forks source link

Proxy Use for WMS #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use on corporate network that requires using a proxy for HTTP outside 
the company.

What is the expected output? Pull info from WMS servers.  What do you see 
instead?  Nothing; blocked by proxy.

What version of the product are you using? WWG 1.0.3 On what operating 
system? Vista 32.

Please provide any additional information below.  How do I configure WWG 
to use a proxy server?

Original issue reported on code.google.com by jasonfth...@gmail.com on 31 Jan 2008 at 2:32

GoogleCodeExporter commented 9 years ago
Workaround: Use the system properties in the eclipse.ini:

My eclipse.ini now looks like this with [proxy-host] and [proxy-port] set to the
appropriate values.

--8<--

-pluginCustomization
plugin_customization.ini
-vmargs
-Xmx384m
-Djava.library.path=lib/native/win32
-Dhttp.proxyHost=[proxy-host]
-Dhttp.proxyPort=[proxy-port]

Original comment by cb.b...@gmail.com on 13 Feb 2008 at 10:03

GoogleCodeExporter commented 9 years ago
Thanks!  That did the trick.  Appreciate the help...

Original comment by jasonfth...@gmail.com on 26 Mar 2008 at 7:36