Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » ATF » Browser proxy configuration
Browser proxy configuration [message #511343] Mon, 01 February 2010 11:45 Go to next message
Eclipse UserFriend
After installing ATF, opening URL fails. Since I'm behind a firewall I guess I need to configure the proxy. How?
Re: Browser proxy configuration [message #511435 is a reply to message #511343] Mon, 01 February 2010 10:42 Go to previous messageGo to next message
Eclipse UserFriend
froq wrote:
> After installing ATF, opening URL fails. Since I'm behind a firewall I
> guess I need to configure the proxy. How?

hi Froq,
unfortunately ATF doesn't provide any UI for proxy configuration at the
moment, however you're not totally lost.

Since we're based on XULRunner, ATF creates a separate profile in your
home directory: <home>/.mozilla/eclipse
There you'll find prefs.js file with all preferences. For example proxy
preferences can look like this:

user_pref("network.proxy.http", "150.254.6.139");
user_pref("network.proxy.http_port", 8080);
user_pref("network.proxy.type", 1);

If you're on Windows, then it should be <home>\Application
Data\.mozilla\eclipse, however I didn't tested that.


I have also created following bug, to fix this:
301424: Integrated browser should use proxy settings as configured in
Eclipse
https://bugs.eclipse.org/bugs/show_bug.cgi?id=301424



thanks

Jacek
Re: Browser proxy configuration [message #511499 is a reply to message #511343] Mon, 01 February 2010 18:41 Go to previous message
Eclipse UserFriend
Hi Jacek,
Great, it works fine for windows!

Thx. Smile
Previous Topic:Browser proxy configuration
Next Topic:I must install ATF with file copy
Goto Forum:
  


Current Time: Wed Feb 19 18:41:56 GMT 2025

Powered by FUDForum. Page generated in 0.03221 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top