Re: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-26 Thread Anja Falkner
Hi Remy, the problem with the driver is solved. I have changed catalina.bat (set the Tomcat-CLASSPATH to the original driver-directory) and now the driver is found. Thank you for your help Anja Falkner -- To unsubscribe: For additional commands:

Re: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread Remy Maucherat
> The answer to this is always the same, the class is not where your > application is looking. So, that is the correct answer. Without knowing > more about your situation, it is hard to tell what that means. Find out > where the application is looking for the driver. The driver is not > there.

Re: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread Micael Padraig Og mac Grene
The answer to this is always the same, the class is not where your application is looking. So, that is the correct answer. Without knowing more about your situation, it is hard to tell what that means. Find out where the application is looking for the driver. The driver is not there. Put

RE: RE: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread Anja Falkner
Hi Randy, I have decided to change catalina.bat and it works!!! Thank you very much for your fast help! Anja -- To unsubscribe: For additional commands: Troubles with the list:

Re: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread Ashish kulkarni
hi, COpy the jar file of the JDBC driver, into lib directory of your server or web-inf lib directory of your application, then restart it, tomcat does not look into the system classpath as far as i know, i always copy the jar files in the lib directory of tomcat and all the classes need into the

RE: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread Randy Layman
> -Original Message- > From: Anja Falkner [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 4:06 PM > To: [EMAIL PROTECTED] > Subject: Problem with JDBC-Connection to DB2 from Tomcat4.0.1 > > > Hello list, > > is there anyone, who has an idea or can explain me the > followi

RE: Problem with JDBC-Connection to DB2 from Tomcat4.0.1

2002-01-25 Thread sumit . rajan
set the driver name along with the path in the classpath eg is the driver name is abc.xyz in the folder d:\apache\...\web-inf then set the classpath to d:\apache\...\web-inf\abc.xyz this should work. Sumit. -Original Message- From: Anja Falkner [mailto:[EMAIL PROTECTED]] Sent: Friday, J