You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/25 15:02:26 UTC

svn commit: rev 55494 - forrest/trunk/src/documentation/content/xdocs

Author: brondsem
Date: Mon Oct 25 06:02:25 2004
New Revision: 55494

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
forrest run port #

Modified: forrest/trunk/src/documentation/content/xdocs/faq.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/faq.xml	Mon Oct 25 06:02:25 2004
@@ -538,6 +538,16 @@
       </p>
       </answer>
     </faq>
+    
+    <faq id="run_port">
+      <question>How do I make <code>forrest run</code> listen on a different port?</question>
+      <answer>
+      <p><code>forrest run -Dforrest.jvmargs="-Djetty.port=80"</code></p>
+      <p>Or copy Forrest's src/core/context/jettyconf.xml file to your project's src/documentation
+      directory and set the port number in that file.  Then do <code>forrest run</code>
+      </p>
+      </answer>
+    </faq>
   </part>
 
   <part id="old_faqs">