Skip to main content



      Home
Home » Archived » EPP » using http proxy for downloading
using http proxy for downloading [message #7493] Wed, 19 March 2008 10:23 Go to next message
Eclipse UserFriend
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 02: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 02:55 Go to previous message
Eclipse UserFriend
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
Previous Topic:using http proxy for downloading
Next Topic:Ganymede M6
Goto Forum:
  


Current Time: Tue Apr 22 15:38:44 EDT 2025

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

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

Back to the top