Author: brett
Date: Tue Feb 22 03:19:40 2011
New Revision: 1073214
URL: http://svn.apache.org/viewvc?rev=1073214&view=rev
Log:
[MRM-1248] improve documentation about potential issues with the network proxy
configuration
Modified:
archiva/trunk/archiva-docs/src/site/apt/adminguide/network-proxies.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/network-proxies.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/network-proxies.apt?rev=1073214&r1=1073213&r2=1073214&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/network-proxies.apt
(original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/network-proxies.apt Tue
Feb 22 03:19:40 2011
@@ -17,5 +17,18 @@ Understanding Network Proxy Configuratio
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