|
Re: Remote Repository Downloads on Port 8080 Regardless of Config [message #661607 is a reply to message #661491] |
Fri, 25 March 2011 14:53 |
Aaron Messages: 21 Registered: February 2011 |
Junior Member |
|
|
I think I now have an idea what is happening here.
Virgo uses the URL in org.eclipse.virgo.repository.properties to poll the remote repository for index changes.
http://stormlog.wrh.noaa.gov:80/org.eclipse.virgo.apps.repository/iris-test
When it comes time to actually download artifacts, Virgo uses the artifact URIs in the remote repository index to download the artifacts. These URIs are written into the index by the Virgo server hosting the remote repository. In my case, that server is listening on port 8080 and has no idea it's being forwarded traffic from port 80... The artifact URIs it writes into its index say port 8080.
<artifact uri="http://204.238.123.89:8080/org.eclipse.virgo.apps.repository/iris-test/bundle/com.springsource...">
...
</artifact>
So, I'm not sure there is currently a way around this issue. Please let me know if you have any ideas.
A nice enhancement would be to have a way to configure a port number override, either on the client side or server side. Does that seem worthwhile?
Thanks,
Aaron
[Updated on: Fri, 25 March 2011 14:54] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02689 seconds