[jboss-cvs] JBossAS SVN: r62748 - trunk/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 2 13:46:46 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-02 13:46:46 -0400 (Wed, 02 May 2007)
New Revision: 62748

Modified:
   trunk/system/src/bin/run.conf
Log:
JBAS-4155, update the debugging options

Modified: trunk/system/src/bin/run.conf
===================================================================
--- trunk/system/src/bin/run.conf	2007-05-02 17:43:36 UTC (rev 62747)
+++ trunk/system/src/bin/run.conf	2007-05-02 17:46:46 UTC (rev 62748)
@@ -44,8 +44,7 @@
 fi
 
 # Sample JPDA settings for remote socket debuging
-#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
+#JAVA_OPTS="$JAVA_OPTS -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"
-
+#JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"




More information about the jboss-cvs-commits mailing list