Re: Tomcat Class Loader (parent/child tree)

2003-06-18 Thread Guus Holshuijsen
database). Regards, Guus - Original Message - From: Guus Holshuijsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 4:47 PM Subject: Re: Tomcat Class Loader (parent/child tree) Julien, The tomcat documentation also mentions: As mentioned above

Tomcat Class Loader (parent/child tree)

2003-06-17 Thread julien-martin
Hello, According to the tomcat documentation: Normally, when a class loader is asked to load a particular class or resource, it delegates the request to a parent class loader first, and then looks in its own repositories only if the parent class loader(s) cannot find the requested class or

RE: Tomcat Class Loader (parent/child tree)

2003-06-17 Thread Shapira, Yoav
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:50 AM To: [EMAIL PROTECTED] Subject: Tomcat Class Loader (parent/child tree) From what I understand from the documentation, the common/lib directory is a parent to the webapp1/lib directory and therefore according

Re: Tomcat Class Loader (parent/child tree)

2003-06-17 Thread Guus Holshuijsen
: Tuesday, June 17, 2003 3:50 PM Subject: Tomcat Class Loader (parent/child tree) Hello, According to the tomcat documentation: Normally, when a class loader is asked to load a particular class or resource, it delegates the request to a parent class loader first, and then looks in its own