You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/11/16 23:56:07 UTC

svn commit: rev 76048 - geronimo/trunk/modules/assembly

Author: djencks
Date: Tue Nov 16 14:56:07 2004
New Revision: 76048

Modified:
   geronimo/trunk/modules/assembly/maven.xml
Log:
I find this handy to have around

Modified: geronimo/trunk/modules/assembly/maven.xml
==============================================================================
--- geronimo/trunk/modules/assembly/maven.xml	(original)
+++ geronimo/trunk/modules/assembly/maven.xml	Tue Nov 16 14:56:07 2004
@@ -227,6 +227,13 @@
             <ant:arg value="${distDir}/bin/server.jar"/>
         </ant:java>
 
+        <!-- to debug one of these deployer calls, include these jvmargs right after the -ea arg
+        <ant:jvmarg value="-Xdebug"/>
+        <ant:jvmarg value="-Xnoagent"/>
+        <ant:jvmarg value="-Djava.compiler=NONE"/>
+        <ant:jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>
+        -->
+        
         <!-- build the J2EEServer configuration -->
         <ant:echo>Building server configuration</ant:echo>
         <ant:java fork="true" jar="${distDir}/bin/deployer.jar" failonerror="true">