[jboss-cvs] JBossAS SVN: r62745 - branches/Branch_4_2/system/src/bin.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed May 2 13:40:52 EDT 2007
Author: dimitris at jboss.org
Date: 2007-05-02 13:40:51 -0400 (Wed, 02 May 2007)
New Revision: 62745
Modified:
branches/Branch_4_2/system/src/bin/run.sh
Log:
JBAS-4155, remove from run.sh commented out debugging options - they reside in run.conf
Modified: branches/Branch_4_2/system/src/bin/run.sh
===================================================================
--- branches/Branch_4_2/system/src/bin/run.sh 2007-05-02 16:25:12 UTC (rev 62744)
+++ branches/Branch_4_2/system/src/bin/run.sh 2007-05-02 17:40:51 UTC (rev 62745)
@@ -175,9 +175,6 @@
fi
fi
-#JPDA options. Uncomment and modify as appropriate to enable remote debugging .
-#JAVA_OPTS="-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n $JAVA_OPTS"
-
# Setup JBoss sepecific properties
JAVA_OPTS="-Dprogram.name=$PROGNAME $JAVA_OPTS"
More information about the jboss-cvs-commits
mailing list