[
https://issues.jboss.org/browse/FORGE-421?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III edited comment on FORGE-421 at 1/4/12 10:26 AM:
-------------------------------------------------------------------
Hi,
We currently don't support Proxy configuration by any specific forge feature, but
it's definitely something we need! Is this something you could look at? It's
relatively simple, I think. Just need to set some system properties:
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
Otherwise, this could be done by setting FORGE_OPTS in your terminal environment before
executing Forge itself (or adding them to your profile or windows settings):
unix:
{code}export
FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com
-Dhttp.proxyPort=8080"{code}
windows:
{code}set
FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com
-Dhttp.proxyPort=8080"{code}
Let me know if this works? (The values will need to be chanced to match your proxy
configuration.)
was (Author: lincolnthree):
Hi,
We currently don't support Proxy configuration, but it's definitely something we
need! Is this something you could look at? It's relatively simple, I think. Just need
to set some system properties:
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
this could be done by setting FORGE_OPTS in your terminal environment before executing
Forge itself (or adding them to your profile or windows settings):
unix:
{code}export
FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com
-Dhttp.proxyPort=8080"{code}
windows:
{code}set
FORGE_OPTS="-Dhttp.proxyHost=webcache.mydomain.com
-Dhttp.proxyPort=8080"{code}
Proxy support
-------------
Key: FORGE-421
URL:
https://issues.jboss.org/browse/FORGE-421
Project: Forge
Issue Type: Enhancement
Components: Shell, Windows
Affects Versions: 1.0.0.Beta5
Environment: Windows7 -32b
Reporter: Esteve Aviles
Priority: Optional
Labels: proxy, settings
Is there any way to configure forge to use proxy.
I have problems while trying to install new plugins:
-set DEFAULT_PLUGIN_REPO
https://raw.github.com/forge/plugin-repository/master/repository.yaml
-forge install-plugin arquillian
-Connecting to remote repository
[
https://raw.github.com/forge/plugin-repository/master/repository.yaml]... ***ERROR***
[forge install-plugin] Connection to
https://raw.github.com refused
I am behind a proxy. I have no problem in downloading it with an explorer. Maven also
works fine.
Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira