[jboss-cvs] JBossAS SVN: r78513 - trunk/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 14 17:09:49 EDT 2008


Author: dimitris at jboss.org
Date: 2008-09-14 17:09:48 -0400 (Sun, 14 Sep 2008)
New Revision: 78513

Modified:
   trunk/main/src/bin/run.bat
Log:
synch with run.conf options - warn when resolving remote XML dtd/schemas

Modified: trunk/main/src/bin/run.bat
===================================================================
--- trunk/main/src/bin/run.bat	2008-09-14 18:12:57 UTC (rev 78512)
+++ trunk/main/src/bin/run.bat	2008-09-14 21:09:48 UTC (rev 78513)
@@ -110,6 +110,9 @@
 rem JVM memory allocation pool parameters. Modify as appropriate.
 set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=256m
 
+rem Warn when resolving remote XML dtd/schemas
+set JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true
+
 rem With Sun JVMs reduce the RMI GCs to once per hour
 set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 




More information about the jboss-cvs-commits mailing list