User: luke_t  
  Date: 02/02/04 18:23:44

  Modified:    src/bin  run.bat
  Log:
  Added (commented out) JPDA options to run.bat. Saves having to add them after every 
build.
  
  Revision  Changes    Path
  1.28      +3 -0      jboss/src/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/bin/run.bat,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- run.bat   2002/01/03 04:00:56     1.27
  +++ run.bat   2002/02/05 02:23:44     1.28
  @@ -10,6 +10,9 @@
   REM Setup JBoss sepecific properties
   set JAVA_OPTS=%JAVA_OPTS% -Djboss.boot.loader.name=run.bat
   
  +REM JPDA options. Uncomment and modify as appropriate to enable remote debugging.
  +REM set JAVA_OPTS=%JAVA_OPTS% -classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y
  +
   REM Set the JAXP factory names
   REM Crimson parser JAXP setup(default)
   set 
JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to