Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the Wildfly WildFly version 8 and above there is the problem with the logging when an agent that uses the java.util.logging is started with the WildflyWildFly. This problem is filled as the bug on the JBoss issue tracking system. "This is because the java agent does not have access to jboss-logmanager classes, so even if the java.util.logging.manager property is set the classes will not be available." The problem will appear when inspectIT is used as the agent:

...

This page describes how to set up the Wildfly WildFly 8.x.x - 10.x.x with the inspectIT agent and overcome the problem.

Configuration

The configuration is quite simple. Only needed thing is to edit the standalone.conf file (if you start with run standalone.sh start script).

...

Warning

Above paths to JAR files relate to Wildfly WildFly version 8.2.1-FINAL. If you are using another version please make sure that the paths to JARs are correct.

...