copy the run.sh startup script to debug.sh (or whatever you want) and replace the the 
$JAVA_OPTS line in the file w/ this one:


  | JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME 
  | -classic -Xdebug -Xnoagent -Djava.compiler=NONE 
  | -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"
  | 

the above is taken directly out of the run.bat file. (make sure it is all on one line 
in the file).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833915#3833915

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833915


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to