Class loader collection

Use this page to manage class-loader instances on an application server. A class loader determines whether an application class loader or a parent class loader finds and loads Java class files for an application.

To view this administrative console page, click Servers > Application Servers > server_name> Classloader.

Classloader ID
States a string unique to the server identifying the class-loader instance. The product assigns the identifier.
Classloader Mode
Specifies the class-loader mode when the application class-loader policy is SINGLE. PARENT_FIRST causes the class loader to delegate the loading of classes to its parent class loader before attempting to load the class from its local class path. PARENT_LAST causes the class loader to attempt to load classes from its local class path before delegating the class loading to its parent; this allows an application class loader to override and provide its own version of a class that exists in the parent class loader.

Related concepts
Class loaders
Related tasks
Class loading
Related reference
Administrative console buttons
Administrative console filter settings
Class loader settings



Searchable topic ID:   urun_rclassloader
Last updated: Jun 21, 2007 4:55:42 PM CDT    WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/urun_rclassloader.html

Library | Support | Terms of Use | Feedback