[jboss-dev-forums] [JBoss AS 7 Development] - Re: debugging jboss application
Emanuel Muckenhuber
do-not-reply at jboss.com
Tue Mar 20 13:59:56 EDT 2012
Emanuel Muckenhuber [https://community.jboss.org/people/emuckenhuber] created the discussion
"Re: debugging jboss application"
To view the discussion, visit: https://community.jboss.org/message/725151#725151
--------------------------------------------------------------
The HOST_CONTROLLER JAVAOPTS are only for the host-controller itself, so unless you want to debug the actual host-controller that is the wrong place.
You can enable the debugging for each server in host.xml by changing the JVM confguration for each <server /> you want to debug, like:
<jvm name="default" debug-enabled="true" debug-options="runjdwp:transport=dt_socket,address=8787,server=y,suspend=n" />
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/725151#725151]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120320/24cbc45d/attachment.html
More information about the jboss-dev-forums
mailing list