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&...]