I don't have much experience with IDEs. But to enabled debugging with JBoss, you need
to uncomment the JAVA_OPTS section in the run.bat (for Windows. For Unix its run.conf)
file where debugging is configured:
rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
| set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
%JAVA_OPTS%
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189726#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...