Hi Jan, I think I don't exactly understand your problem. You put it in commons/lib and it wasn't working, then you put it in your war file and it was working? Is that the deal? If you put it in commons/lib, then it's context probably doesn't have access to your war file, so when you include your jocl in the war file, it can't find it. But, I'm just guessing.
Kenny > -----Original Message----- > From: Jan Agermose [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 02, 2003 8:46 AM > To: Jakarta Commons Users List > Subject: Re: jcol files in wars > > > well, yes it made it work, but i'm not sure its the way to do it? Why is > commons-dbcp.jar in tomcat commons/lib when you cannot really use > it if you > are using jcol files? > > Jan > > ----- Original Message ----- > From: "Kenny Smith" <[EMAIL PROTECTED]> > To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> > Sent: Sunday, March 02, 2003 5:32 PM > Subject: RE: jcol files in wars > > > > Hi Jan, > > > > Are you still having problems with this, or does this message > mean you got > > it figured out? > > > > Kenny > > > > > -----Original Message----- > > > From: Jan Agermose [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, March 02, 2003 6:55 AM > > > To: Jakarta Commons Users List > > > Subject: Re: jcol files in wars > > > > > > > > > I need to include the commons-dbcp in my war to make this work. > > > > > > Jan > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
