Class loader settings
Configure a class loader for applications that reside on an appserver.
Servers > Application Servers > server_name > Classloader >class_loader_ID.
Configuration tab
Classloader ID
- States a string unique to the server identifying the class-loader instance. The product assigns the identifier.
Data type String
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 classpath. PARENT_LAST causes the class loader to attempt to load classes from its local classpath 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.
Data type String Default PARENT_FIRST
Administrative console buttons
Administrative console page features
Library reference collection