You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/03/29 19:09:28 UTC

svn commit: r159400 - forrest/trunk/docs-author/content/xdocs/faq.xml

Author: rgardler
Date: Tue Mar 29 09:09:27 2005
New Revision: 159400

URL: http://svn.apache.org/viewcvs?view=rev&rev=159400
Log:
document proxy settings for downloading plugins

Modified:
    forrest/trunk/docs-author/content/xdocs/faq.xml

Modified: forrest/trunk/docs-author/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/faq.xml?view=diff&r1=159399&r2=159400
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/faq.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/faq.xml Tue Mar 29 09:09:27 2005
@@ -367,6 +367,16 @@
     <title>Technical</title>    
     
     
+    <faq id="proxy_config">
+      <question>I'm behind a proxy and it's preventing Plugins from 
+      being downloaded, what should I do?</question>
+      <answer>
+        <p>You can configure the proxy in the <code>forrest.properties</code>
+        file. Set the <code>proxy.host</code> and <code>proxy.port</code>
+        accordingly (the port will default to port 80).</p>
+      </answer>
+    </faq>
+    
     <faq id="CVS_revison_tags">
       <question>How can I generate html-pages to show the
       revision tag of cvs?</question>