[jboss-cvs] JBossAS SVN: r61641 - branches/Branch_4_2/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 23 12:17:39 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-03-23 12:17:39 -0400 (Fri, 23 Mar 2007)
New Revision: 61641

Modified:
   branches/Branch_4_2/system/src/bin/run.conf
Log:
JPDA suspend=n by default

Modified: branches/Branch_4_2/system/src/bin/run.conf
===================================================================
--- branches/Branch_4_2/system/src/bin/run.conf	2007-03-23 15:47:41 UTC (rev 61640)
+++ branches/Branch_4_2/system/src/bin/run.conf	2007-03-23 16:17:39 UTC (rev 61641)
@@ -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