From: Brett Porter Date: Tue, 22 Feb 2011 04:22:24 +0000 (+0000) Subject: [MRM-1248] improve documentation about potential issues with the network proxy config... X-Git-Tag: archiva-1.3.5~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f8f2776854aee29f249b5d625b4c8dc1242e77d;p=archiva.git [MRM-1248] improve documentation about potential issues with the network proxy configuration Merged from: r1073214 git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1073222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-docs/src/site/apt/adminguide/network-proxies.apt b/archiva-docs/src/site/apt/adminguide/network-proxies.apt index 320cac109..72ca9b823 100644 --- a/archiva-docs/src/site/apt/adminguide/network-proxies.apt +++ b/archiva-docs/src/site/apt/adminguide/network-proxies.apt @@ -17,5 +17,18 @@ Understanding Network Proxy Configuration of Apache Archiva Once configured, the network proxy can be attached to operations that access remote resources. At present, this is configured on the remote repository proxy connectors that need to access the remote repository over the HTTP protocol. +* Network Proxy Settings and the JVM + + As Archiva still targets Java 5 and uses the built-in networking libraries, it must configure these settings using + system properties. This can be problematic in two scenarios: + + * if you use multiple different network proxies on different proxy connectors, they may clash + + * if you deploy other applications into the same container as Archiva, they will likely pick up the settings + + [] + + Please refer to {{{http://jira.codehaus.org/browse/MRM-1248} MRM-1248}} for workarounds and to track the issue. + ~~TODO: walkthrough configuration