Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » using http proxy for downloading
using http proxy for downloading [message #7493] Wed, 19 March 2008 14:23 Go to next message
Tomasz Pik is currently offline Tomasz PikFriend
Messages: 18
Registered: July 2009
Junior Member
Hello,

I'm working on custom packaging and it looks that it would be very
useful for me to use http proxy for downloading features/plugins.
Is it possible to configure EPP builder to use http proxy?
If yes - how to do such a thing?

Thanks in advance,
Tomek
Re: using http proxy for downloading [message #7507 is a reply to message #7493] Thu, 20 March 2008 06:55 Go to previous message
Eclipse UserFriend
Originally posted by: mknauer.innoopract.com

Tomasz Pik wrote:

> Hello,
>
> I'm working on custom packaging and it looks that it would be very
> useful for me to use http proxy for downloading features/plugins.
> Is it possible to configure EPP builder to use http proxy?
> If yes - how to do such a thing?
>
> Thanks in advance,
> Tomek

Yes, that's easy. You have to set the following Java properties on the
command line or in your launch configuration: http.proxyHost,
http.proxyPort.

If you are starting EPP from within Eclipse, you have to add these
properties to the vm parameters with
-Dhttp.proxyhost=IP.adr.of.the.server -Dhttp.proxyport=8080, if you are
starting the EPP build from command line you can set it with

eclipse otherParams... -vm -Dhttp.proxyhost=myproxy -Dhttp.proxyport=8000

For more information about that topic have a look at
http://java.sun.com/javase/6/docs/technotes/guides/net/proxi es.html

Markus
Re: using http proxy for downloading [message #576300 is a reply to message #7493] Thu, 20 March 2008 06:55 Go to previous message
Markus Knauer is currently offline Markus KnauerFriend
Messages: 179
Registered: July 2009
Senior Member

Tomasz Pik wrote:

> Hello,
>
> I'm working on custom packaging and it looks that it would be very
> useful for me to use http proxy for downloading features/plugins.
> Is it possible to configure EPP builder to use http proxy?
> If yes - how to do such a thing?
>
> Thanks in advance,
> Tomek

Yes, that's easy. You have to set the following Java properties on the
command line or in your launch configuration: http.proxyHost,
http.proxyPort.

If you are starting EPP from within Eclipse, you have to add these
properties to the vm parameters with
-Dhttp.proxyhost=IP.adr.of.the.server -Dhttp.proxyport=8080, if you are
starting the EPP build from command line you can set it with

eclipse otherParams... -vm -Dhttp.proxyhost=myproxy -Dhttp.proxyport=8000

For more information about that topic have a look at
http://java.sun.com/javase/6/docs/technotes/guides/net/proxi es.html

Markus


--

Twitter: @mknauer23 and @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:using http proxy for downloading
Next Topic:Ganymede M6
Goto Forum:
  


Current Time: Fri Mar 29 11:53:08 GMT 2024

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

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

Back to the top