ClassLoader Viewer

WebSphere Technology Preview


NOTE: This is a preview for the WebSphere Application Server.  This technology may be incorporated into a future release of WebSphere.  You should be aware that the technology may, if incorporated, appear in a different form 

Contents

Overview

    The WebSphere ClassLoaderViewer provides the ability to view and search the classloader information in real-time.  

Downloading & Installation

Getting Started


Example Tasks

  1. View ClassLoader Delegation Hierarchy  
    1.  Click on the ClassLoader Delegation Hierarchy link
  2. View the ClassLoader Attributes
    1. Click on the ClassLoader Attributes link
  3. Display all known ClassLoader information for selected module
    1. Click on ClassLoader Display link
  4. Search for Classes, JAR/Directories, package names, and ClassLoaders *
    1. Click ClassLoader Search link
    2. Select the the search type desired, class, JAR/Directory, or ClassLoader
    3. Enter query
* The search is case-sensitive and greedy.  For instance, if a search is made for classes containing "com" any class whose name or package contains the string "com"  will be returned therefore this query would most likley return many results. Conversley, if the same search was performed using  with mixed-case instead of all lower-case letters, such as  "CoM, " there will probably not be any results returned because most class and package names are not formated in this way.