...
Code Block |
---|
# Added for logging problem JBOSS_HOME="[path-to-jboss-folder]" JBOSS_LOGMANAGER_VERSION="1.5.2.Final" JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.5.2.Final.jar -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.1.0.Final.jar -Xbootclasspath/p:$JBOSS_HOME/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.1.4.GA.$JBOSS_LOGMANAGER_VERSION.jar" |
Warning |
---|
Above paths to JAR files relate Above JBOSS_LOGMANAGER_VERSION relates to WildFly version 8.2.1-FINAL. If you are using another WildFly version please make sure that the paths to JARs are correctthe JBOSS_LOGMANAGER_VERSION is adapted correctly. |
At the end of the file we can also integrate the inspectIT related options:
...