The name can be different in WAS, I don't remember, but the naming should be similar. It just tells to load jars from WEB-INF/lib before others, thus giving preference to them. It's a standard deployment option in any app server.
Andrew
On Tue, Jun 17, 2008 at 7:17 PM, Erickson, Loren <
Loren.Erickson@...> wrote:
Nice. Thanks for the info. I don't recall seeing a CHILD_FIRST
option for the web apps classloader, but I'll look again. I think that's what the
custom classloader is for. You have to specify a loading policy when you
create one. Maybe it's there. Any other JARs I should consider including my
custom classloader? All of them? J