[jboss-cvs] JBossAS SVN: r61504 - trunk/system/src/bin.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Mar 20 16:51:06 EDT 2007
Author: thomas.diesler at jboss.com
Date: 2007-03-20 16:51:06 -0400 (Tue, 20 Mar 2007)
New Revision: 61504
Modified:
trunk/system/src/bin/run.conf
Log:
JPDA suspend=n by default
Modified: trunk/system/src/bin/run.conf
===================================================================
--- trunk/system/src/bin/run.conf 2007-03-20 20:48:39 UTC (rev 61503)
+++ trunk/system/src/bin/run.conf 2007-03-20 20:51:06 UTC (rev 61504)
@@ -44,7 +44,7 @@
fi
# Sample JPDA settings for remote socket debuging
-#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
+#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
# Sample JPDA settings for shared memory debugging
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"
More information about the jboss-cvs-commits
mailing list