The Class Loader property editor enables you to specify classloader configuration information. You open the Class Loader property editor by selecting the Class Loader property and its ellipsis (...) button from the Sun ONE AS pane of the web.xml property sheet.
You can configure the following properties of the classloader:
If true, the web module follows the standard classloader delegation model and delegates to its parent classloader first before looking in the local classloader.
If false, the web module follows the delegation model specified in the Servlet specification and looks in its classloader before looking in the parent classloader.
![]() |
A ClassCastException may be thrown if an application attempts to load a different class with the same name from the parent classloader. In this case, set Delegate to Parent to true. |
This field specifies additional classpath settings for this web module.
See also | |
Web Module Property Sheet: Sun ONE AS Tab |