Author: mfranklin
Date: Tue Jun 25 01:01:49 2013
New Revision: 1496320
URL: http://svn.apache.org/r1496320
Log:
Removed gateway configuration
Modified:
rave/branches/require/rave-portal/pom.xml
Modified: rave/branches/require/rave-portal/pom.xml
URL:
http://svn.apache.org/viewvc/rave/branches/require/rave-portal/pom.xml?rev=1496320&r1=1496319&r2=1496320&view=diff
==============================================================================
--- rave/branches/require/rave-portal/pom.xml (original)
+++ rave/branches/require/rave-portal/pom.xml Tue Jun 25 01:01:49 2013
@@ -189,7 +189,7 @@
cargo.datasource.password=${shindig.dataSource.password}
</cargo.datasource.datasource.shindigDB>
<cargo.jvmargs>
-
<![CDATA[-Dhttp.proxyHost="gatekeeper.mitre.org" -Dhttp.proxyPort=80
-Dhttp.nonProxyHosts="*.mitre.org|127.0.0.1|localhost"
-Dh2.bindAddress="localhost" -Xdebug -XX:MaxPermSize=256m
-Xrunjdwp:transport=dt_socket,address=${cargo.debug.address},server=y,suspend=${cargo.debug.suspend}
-noverify ${javaagent} ${cargo.args}]]>
+ <![CDATA[-Dh2.bindAddress="localhost" -Xdebug
-XX:MaxPermSize=256m
-Xrunjdwp:transport=dt_socket,address=${cargo.debug.address},server=y,suspend=${cargo.debug.suspend}
-noverify ${javaagent} ${cargo.args}]]>
</cargo.jvmargs>
<cargo.tomcat.context.reloadable>true</cargo.tomcat.context.reloadable>
</properties>