Use this page to manage the members of a cluster. A cluster of application servers are managed together and participate in workload management.
To view this administrative console page, click Servers > Clusters > cluster_name > Cluster members > cluster_member_name.
Specifies whether the class loader should search in the parent class loader or in the application class loader first to load a class. The standard for Developer Kit class loaders and WebSphere Application Server class loaders is Parent first.
This field only applies if you set the Class loader policy field to single.
If you select Parent last, your application can override classes contained in the parent class loader, but this action can potentially result in ClassCastException or linkage errors if you have mixed use of overridden classes and non-overridden classes.