You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2014/12/24 14:47:26 UTC

svn commit: r1647783 - /portals/applications/webcontent/trunk/README

Author: woonsan
Date: Wed Dec 24 13:47:26 2014
New Revision: 1647783

URL: http://svn.apache.org/r1647783
Log:
APA-67: adding README

Added:
    portals/applications/webcontent/trunk/README

Added: portals/applications/webcontent/trunk/README
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/README?rev=1647783&view=auto
==============================================================================
--- portals/applications/webcontent/trunk/README (added)
+++ portals/applications/webcontent/trunk/README Wed Dec 24 13:47:26 2014
@@ -0,0 +1,13 @@
+Apache Portals Application - WebContent 2
+=========================================
+
+Reverse Proxy Module
+--------------------
+
+If you want to test the reverse proxy components while developing, then
+you can run `mvn -Prun clean veryfy' under ./reverse-proxy/ directory.
+Then it will launch a Jetty web server. You can visit http://localhost:8080/webcontent2/.
+Also, you can run the following for remote debugging:
+
+  $ export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
+  $ mvn -Prun