Eric Ayers <[email protected]> writes: > Did you try setting the 'http_proxy' and/or 'HTTP_PROXY' environment > variable? The embedded hosted mode is a modified version of Mozilla > 1.7.
Setting those variables didn't help. > Here's an interesting post gleaned from the internet: > http://forums.remote-exploit.org/showthread.php?t=11520 That link put me in the right direction. It's possible to alter mozilla's proxy settings directly by modifying the file "mozilla-1.7.12/greprefs/all.js" in GWT's installation directory. The following lines were relevant to me: pref("network.proxy.type"... pref("network.proxy.http"... pref("network.proxy.http_port"... pref("network.proxy.ssl"... pref("network.proxy.ssl_port"... setting those correctly enabled proxy connections in hosted mode. Thank you Eric! -Stefan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
