Skip to main content



      Home
Home » Archived » ATF » Browser proxy configuration
Browser proxy configuration [message #562642] Mon, 01 February 2010 06: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 #562664 is a reply to message #562642] Mon, 01 February 2010 10:40 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 #562687 is a reply to message #562642] Mon, 01 February 2010 13:41 Go to previous message
Eclipse UserFriend
Hi Jacek,
Great, it works fine for windows!

Thx. :)
Previous Topic:Blog on dev.eclipse for ATF
Next Topic:Browser proxy configuration
Goto Forum:
  


Current Time: Sun Jul 06 09:09:51 EDT 2025

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

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

Back to the top