[MRM-947] Add some screenshots in "Runtime Configuration" pages: proxy connectors page

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1386871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-17 22:14:44 +00:00
parent ebb6025925
commit db7ae2e7b8

View File

@ -19,6 +19,9 @@
~~ specific language governing permissions and limitations ~~ specific language governing permissions and limitations
~~ under the License. ~~ under the License.
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
Understanding Proxy Connector Configuration of Apache Archiva Understanding Proxy Connector Configuration of Apache Archiva
Archiva uses the terminology "proxy" for two different concepts: Archiva uses the terminology "proxy" for two different concepts:
@ -39,6 +42,18 @@ Understanding Proxy Connector Configuration of Apache Archiva
A basic proxy connector configuration simply links the remote repository to the managed repository (with an optional network proxy for access through a firewall). A basic proxy connector configuration simply links the remote repository to the managed repository (with an optional network proxy for access through a firewall).
However, the behaviour of different types of artifacts and paths can be specifically managed by the proxy connectors to make access to remote repositories more flexibly controlled. However, the behaviour of different types of artifacts and paths can be specifically managed by the proxy connectors to make access to remote repositories more flexibly controlled.
* Proxy Connectors
** List of proxy connectors
[../images/proxy-connectors-list.png]
** Configuring order
You can configured repositories order using drag&drop
[../images/proxy-connectors-order.png]
* Configuring policies * Configuring policies
When an artifact is requested from the managed repository and a proxy connector is configured, the policies for the connector are first consulted to decide whether When an artifact is requested from the managed repository and a proxy connector is configured, the policies for the connector are first consulted to decide whether
@ -61,6 +76,8 @@ Understanding Proxy Connector Configuration of Apache Archiva
[] []
[../images/proxy-connectors-policies.png]
* Configuring whitelists and blacklists * Configuring whitelists and blacklists
By default, all artifact requests to the managed repository are proxied to the remote repository via the proxy connector if the policies pass. However, it can be more efficient to By default, all artifact requests to the managed repository are proxied to the remote repository via the proxy connector if the policies pass. However, it can be more efficient to
@ -81,5 +98,5 @@ Understanding Proxy Connector Configuration of Apache Archiva
[] []
~~TODO: walkthrough configuration
[../images/proxy-connectors-lists.png]