Using the WebLogic Diagnostic Framework Console Extension

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Installing and Displaying the WLDF Console Extension

The WebLogic Diagnostic Framework (WLDF) Console Extension is included with BEA WebLogic Server®, but it is not installed by default. The following section describes how to install and display the WLDF Console Extension:

 


Installing the WLDF Console Extension

The WLDF Console Extension is delivered as a Java Archive (JAR) file, named diagnostics-console-extension.jar. You must install this JAR file into the Administration Server for a domain for the WLDF Console Extension to be incorporated into the WebLogic Server Console for that domain.

Installation Prerequisites

Before you can install and run the WLDF Console Extension, you need:

Installing the Java Plug-in

If the Java plug-in 1.5 is not already installed in your Web browser, you will be prompted to initiate a download from the Sun Microsystems Java Web site. Follow the instructions on screen.

Alternatively, install the plug-in manually when you begin the installation process for the WLDF Console Extension:

  1. Go the Java Software download page, at:
  2.       http://java.com/en/download/

  3. Follow the instructions on screen.

Installing the WLDF Console Extension

To install the WLDF Console Extension:

  1. Find the diagnostics-console-extension.jar file in the WL_HOME\server\lib\console-ext directory, where WL_HOME is the directory in which you installed WebLogic Server.
  2. Copy diagnostics-console-extension.jar into the DOMAIN-DIR/console-ext directory for every domain in which you want to use the Console Extension, where DOMAIN-DIR is the domain's root directory.
  3. For example, to display diagnostic data for the sample Medrec server that is included with WebLogic Server, copy diagnostics-console-extension.jar to DRIVE:\\BEA-HOME\wlserver_10.0\samples\domains\medrec\console-ext.

  4. Restart the Administration Server for the domain where you installed the extension. The Administration Console for the domain is then deployed with the WLDF Console Extension.

Removing the WLDF Console Extension

To remove the extension:

  1. Stop the Administration Server.
  2. Delete the JAR file from the DOMAIN-DIR/console-ext directory and restart the Administration Server.

 


Displaying the WLDF Console Extension

When you launch an Administration Console in which the WLDF Console Extension is installed, the Console appears with two tabs, BEA WLS Console and WLDF Console Extension, as shown in Figure 2-1.

Figure 2-1 Console Extenstion Tab

Console Extenstion Tab

By default, the BEA WLS Console tab is initially selected on login, which shows the standard Administration Console. Select WLDF Console Extension to display the extension.

These two tabs are always present, so you can easily move back and forth between the primary Administration Console pages and the WLDF Console Extension.

Note: All WLDF Console Extension functionality occurs in the context of a Java applet. Each time you select the WLDF Console Extension tab, the applet is loaded.
Note: When you select the BEA WLS Console tab, the applet is unloaded, and you are returned to the Administration Console context that existed before you displayed the WLDF Console Extension. All activity related to the applet and the WLDF Console Extension is terminated.

 


Look and Feel Support

The WLDF Console Extension does not implement a specific look and feel (that is, the visual user interface design). Rather, it adopts the look and feel of the environment in which the WLS Administration Console is running:


  Back to Top       Previous  Next