[jboss-jira] [JBoss JIRA] Closed: (JBBUILD-588) Configure Apache Proxy for the Nexus setup in test server
John Casey (JIRA)
jira-events at lists.jboss.org
Thu Mar 11 11:59:38 EST 2010
[ https://jira.jboss.org/jira/browse/JBBUILD-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey closed JBBUILD-588.
------------------------------
Resolution: Done
using mod_proxy to proxy everything NOT /nexus and NOT /maven2 from repository.jboss.org on the test machine. For /maven2, I'm using mod_rewrite to pass-through rewrite it to /nexus/content/groups/public (though Nexus then redirects it, effectively overriding the pass-through to a client-side redirect). For /nexus, I'm using another mod_proxy config to reverse-proxy a Nexus instance running on localhost:8081.
> Configure Apache Proxy for the Nexus setup in test server
> ---------------------------------------------------------
>
> Key: JBBUILD-588
> URL: https://jira.jboss.org/jira/browse/JBBUILD-588
> Project: JBoss Build System
> Issue Type: Task
> Components: Artifact Repositories
> Reporter: Paul Gier
> Assignee: John Casey
> Fix For: Maven Repository 2.0
>
>
> Apache needs to be configured to proxy requests to old URLs to the current repository.jboss.org.
> /nexus - forwarded to the nexus server
> /maven2 - redirected to the jboss developers group
> Everything else should be redirected to the old server.
> The changes should also be documented in the Nexus setup guide.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list