Class loading order for Web applications

EAServer calls classes loaders in the order defined by the class loader hierarchy. For Web applications, class loaders are called in the following order:

  1. default

  2. lib-default.ext

  3. application.appName, where appName is the application name

  4. web.components.webApp, where webApp is the Web application name

  5. system

The delegation policy for the web.components.webApp, application.appName, and lib-default.ext class loaders is Parent First—see “Class loader delegation policies”.