Finally I found the problem, tomcat only pick up .jar files not the .zip files, so I have to rename the zip file to jar file then it works.
----- Original Message ----- From: "Louis Voo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 7:50 AM Subject: Re: Tomcat 4.04b2 and Poolman2.04 > yes I did the same way u said, but it always throw me this error: > > JDBCPool: Exception while initializing > java.sql.SQLException: Looks like the driver for your database was not > found. Pl > ease verify that it is in your CLASSPATH and listed properly in the > poolman.xml > file. > > > Louis > ----- Original Message ----- > From: "Jakarta Tomcat Newsgroup" <@[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, April 28, 2002 10:25 PM > Subject: Re: Tomcat 4.04b2 and Poolman2.04 > > > > Subject: Re: Tomcat 4.04b2 and Poolman2.04 > > From: Vic Cekvenich <[EMAIL PROTECTED]> > > === > > Put all the jar files in lib folder of your web app. > > Put the poolman.xml in classes folder. > > Vic > > > > > > Louis Voo wrote: > > > Hi, > > > > > > I have a problem with using poolman and tomcat. I already put all = > > > the jar files into my classpath, but poolman still can't find my db2 = > > > jdbc driver. Where I need to put the db2jdbc driver? > > > > > > > > > Louis > > > > > > > > > > > > -- > > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > > For additional commands: <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
