You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by se...@apache.org on 2012/05/18 15:51:12 UTC

svn commit: r1340093 - /rave/site/trunk/content/source.mdtext

Author: secooper
Date: Fri May 18 13:51:12 2012
New Revision: 1340093

URL: http://svn.apache.org/viewvc?rev=1340093&view=rev
Log:
Added instructions to launch from behind a proxy

Modified:
    rave/site/trunk/content/source.mdtext

Modified: rave/site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/source.mdtext?rev=1340093&r1=1340092&r2=1340093&view=diff
==============================================================================
--- rave/site/trunk/content/source.mdtext (original)
+++ rave/site/trunk/content/source.mdtext Fri May 18 13:51:12 2012
@@ -55,6 +55,10 @@ To run a local Tomcat instance with rave
   - navigate to the rave-portal subdirectory and invoke:
   
     `mvn cargo:start`
+
+     *If you are behind a proxy, then you can specify it with the following command*
+
+   *`mvn -Dcargo.args="-Dhttp.proxyHost=PROXYHOST -Dhttp.proxyPort=PROXYPORT -Dhttp.nonProxyHosts=NONPROXYHOST" cargo:start`*
  
   - open url http://localhost:8080/portal in a browser
   - press Ctrl-C in the console to stop Tomcat again