Re: Strange behaviour of Tomcat classloader

2003-01-06 Thread Will Hartung
> > My understanding is, that the DB2 JDBC driver is loaded by the > > webapplication. However once the commons-dbcp.jar from the common/lib > > dir has been loaded and utilized then all at a sudden shared/lib > > seems no longer part of the searchpath. But when commons-dbcp.jar > > is taken from t

Re: Strange behaviour of Tomcat classloader

2003-01-06 Thread Craig R. McClanahan
On Mon, 6 Jan 2003, Michael Gerdau wrote: > Date: Mon, 06 Jan 2003 10:21:02 +0100 > From: Michael Gerdau <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Strange behaviour o

Strange behaviour of Tomcat classloader

2003-01-06 Thread Michael Gerdau
Hi ! I've come across an IMO strange behaviour of the Tomcat classloader and would like to ask, wether this is intended and if yes why it is that way. I'm having a struts based webapp running under Tomcat 4.1.18 The webapp makes use of a DB2 database via commons-dbcp.jar which comes with struts.