Use this page to search for information about class loaders visible to a Web module (.war file) or enterprise bean (.ejb file) in an installed enterprise application. This page helps you diagnose problems with class loaders.

To view this administrative console page, click Troubleshooting > Class Loader Viewer > module_name > Search.

On the Search page, we can search class loaders for the following:

Search String

Specifies the string to be found in the items searched.

The search is case-sensitive. Thus, if the search string is classname, the string ClassName is not found.

Also, the search does not support the use of regular expressions or special characters used for pattern matching. Thus, the search does not support wildcard (*) characters. Searches such as Web* can result in the finding of no Web strings. Instead, type the string Web to search for Web, WebResource, WebPermission, and similar strings that contain Web.

Search Type

Specifies the type of items in which to search for the string.

Search type Instructions and resulting action
Class/Package In the Search String field, type a class name or package name. After you select this search type and click Apply or OK, the program searches class loaders for a class or package name. The program displays a list of classes and packages that have the string in their name.
JAR/Directory In the Search String field, type a .jar file name or directory name. After you select this search type and click Apply or OK, the program searches class loaders for a .jar file or directory name. The program displays a list of .jar files that have the string in their name and of all files in directories that have the string in their name.
Class Loader In the Search String field, type a class loader name. After you select this search type and click Apply or OK, the program searches class loaders for a class loader name. The program displays a list of class loaders that have the string in their name.