[jboss-cvs] JBoss Messaging SVN: r5675 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 21 10:19:07 EST 2009


Author: jmesnil
Date: 2009-01-21 10:19:07 -0500 (Wed, 21 Jan 2009)
New Revision: 5675

Modified:
   trunk/build-messaging.xml
Log:
added remote management flag when starting the server in debugServer target

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-01-21 15:18:29 UTC (rev 5674)
+++ trunk/build-messaging.xml	2009-01-21 15:19:07 UTC (rev 5675)
@@ -1316,6 +1316,7 @@
          <jvmarg value="-Xdebug"/>
          <jvmarg value="-Xnoagent"/>
          <jvmarg value="-Djava.compiler=NONE"/>
+         <jvmarg value="-Dcom.sun.management.jmxremote"/>
          <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>
          <jvmarg value="-Djava.util.logging.config.file=src/config/logging.properties"/>
          <jvmarg




More information about the jboss-cvs-commits mailing list