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