[jboss-user] [Beginners Corner] - Re: How can debug Jboss AS in Eclipse?
jaikiran
do-not-reply at jboss.com
Mon Apr 14 08:38:04 EDT 2008
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#4143865
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143865
More information about the jboss-user
mailing list