WildFly
Jboss / WildFly¶
- Navigate to the following directory: {JBoss/Wildfly-Home}/bin/.
- Locate and open the standalone.conf file with a text editor of your preference.
- Add the FusionReactor Java Agent and possibly the FusionReactor Production Debugger in the standalone.conf file and preferably at the bottom.
- Save the changes made.
...
JAVA_OPTS="$JAVA_OPTS -javaagent:C:\FusionReactor\instance\jboss7s\fusionreactor.jar=name=jboss7s,address=8088 -agentpath:C:\FusionReactor\instance\jboss7s\frjvmti_x64.dll"