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
froq  is currently offline froq Friend
Messages: 4
Registered: February 2010
Junior Member
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
Jacek Pospychala is currently offline Jacek PospychalaFriend
Messages: 159
Registered: July 2009
Senior Member
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
froq  is currently offline froq Friend
Messages: 4
Registered: February 2010
Junior Member
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: Tue Mar 19 10:12:20 GMT 2024

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

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

Back to the top