WildFly Enable JVM Debugging: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[JBoss Operations#Subjects|JBoss Operations]] | * [[JBoss Operations#Subjects|JBoss Operations]] | ||
=Relevance= | |||
* EAP 6 | |||
* WildFly 8 | |||
=Procedure= | =Procedure= |
Revision as of 01:40, 19 January 2016
Internal
Relevance
- EAP 6
- WildFly 8
Procedure
Modify corresponding ./bin/standalone.conf (or $JBOSS_PROFILE/profile.conf) and enable:
... #JAVA_OPTS="$JAVA_OPTS -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n" ...
or
... #JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss" ...