In this article we will explain how to configure JENNIFER agent with WebLogic 8.1. The steps described in this article are applied only to WebLogic 8.1 Sp5, for other WebLogic's version you should follow the standard installation way.
./lwst40.sh jrockit /home/was/wl8/jrockit/jre/lib/rt.jar
-Xmanagement:class=com.javaservice.lwst.jrockit.JRockitPreProcessor
/home/jennifer/agent/misc/lwst.jrockit142.jar
JAVA_OPTIONS="-Xmanagement:class=com.javaservice.lwst.jrockit.JRockitPreProcessor -Xbootclasspath/p:/home/jennifer/agent/misc/lwst.jrockit142.jar:/home/jennifer/agent/lwst.boot.jar: /home/jennifer/agent/lwst.jdk.jar -Djennifer.config=/home/jennifer/agent/w11.conf $JAVA_OPTIONS"
CLASSPATH=”/home/jennifer/agent/jennifer.jar $CLASSPATH”
In a previous article, JENNIFER Events and Alerts, we gave an introduction to JENNIFER EVENTS system. In this article, we will see how the EVENT system can be used in action. We will see how to analyz...
JENNIFER Events is a flexible notification system that allows the operation teams to receive notification about incidents that take place in a system. JENNIFER Event Rules allows you to configure Even...
Dynamic method profile is a powerful feature in JENNIFER that allows you to increase/decrease the profiling level of a transaction without restarting the application server. First of all, what is a...
What is Deployment Indicator When a new version of the code is deployed in production, JENNIFER can automatically detect this change and display the changed resource in the deployment. A vertical...
Mule is a lightweight Java-based enterprise service bus (ESB) and integration framework developed by MuleSoft. Mule ESB allows developers to connect applications together easily and quickly, enabling...