Have you enabled the debug options in run.bat/run.conf file, like this:
set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
%JAVA_OPTS%
The bat/conf already contains a similar line in the form of a comment. Just uncomment it
and restart the server. You might even want to change suspend=y to suspend=n.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143865#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...