RE: Loading JDBC driver with jdbc.drivers property

2004-03-23 Thread FRANCOIS Dufour
wel sory for my bad english simply copy mysql-connector-java-3.0.10-stable-bin available from mysql download page under your comon/lib folder and under you app/lib folder your config file should look like this com.mysql.jdbc.Driver jdbc:mysql://localhost:port/database root ive tried it under to

RE: loading jdbc driver fails from DataSource and Context - class Loader problem??

2002-12-17 Thread Paul Tomsic
yes. % cd /usr/local/tomcat/common/lib % ls -la -rw-r--r-- 1 tomsicp staff 45386 Oct 30 19:38 activation.jar -rw-r--r-- 1 tomsicp staff 716139 Oct 30 19:38 ant.jar -rw-r--r-- 1 tomsicp staff 90503 Oct 30 19:38 commons-collections.jar -rw-r--r-- 1 tomsicp staff 62998 Oct 30 19:38

RE: loading jdbc driver fails from DataSource and Context - classLoader problem??

2002-12-17 Thread Cox, Charlie
is your mysql jar file in /common/lib instead of in /WEB-INF/lib? Charlie > -Original Message- > From: Paul Tomsic [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 3:37 PM > To: [EMAIL PROTECTED] > Subject: loading jdbc driver fails from DataSource and Context - > classLoader

Re: Loading jdbc driver

2002-10-24 Thread Andy Wickson
;[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 10:33 AM Subject: Re: Loading jdbc driver > Thanks for the idea Sean. I tried putting the jar file under my WEB-INF\lib > directory but get the same error. > If I then try to delete this file with TC running I can't because

Re: Loading jdbc driver

2002-10-24 Thread Andy Wickson
ckson - Original Message - From: "Sean Reilly" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 10:11 PM Subject: RE: Loading jdbc driver by the all caps in CLASSPATH, I assume that you mean the CLASSPATH environment var

RE: Loading jdbc driver

2002-10-23 Thread Sean Reilly
by the all caps in CLASSPATH, I assume that you mean the CLASSPATH environment variable. Try putting the classes/jar in the WEB-INF/lib directory of the webapp instead. Sean Reilly Programmer, Point2 Technologies, Inc. (306) 955-1855 [EMAIL PROTECTED] -Original

RE: loading jdbc driver

2002-01-11 Thread Jolet, John
I added a symlink to it in the $CATALINA_BASE/lib directory and that did it...thanks guys! -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 1:32 PM To: Tomcat Users List Subject: Re: loading jdbc driver Standalone jave works, but the

RE: loading jdbc driver

2002-01-11 Thread Alfar, Adam
Thanks Praven and ALL Tomcat users for the advice! IT WORKED!! GOOD WEEKEND EVERYBODY :-) -Original Message- From: Praveen Potineni [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 12:59 PM To: Tomcat Users List Subject: Re: loading jdbc driver Adam, Put the driver files in

RE: loading jdbc driver

2002-01-11 Thread Emir Alikadic
> -Original Message- > From: Alfar, Adam [mailto:[EMAIL PROTECTED]] > Sent: January 11, 2002 1:14 PM > To: '[EMAIL PROTECTED]' > Subject: loading jdbc driver > > > I am using tomcat 4 and I am having problems loading the jdbc driver as > follows: > "java.lang.ClassNotFoundException: com.in

Re: loading jdbc driver

2002-01-11 Thread David Smith
Standalone jave works, but the servlet doesn't? Sounds like either the file isn't in the right place ( $CATALINA_BASE/common/lib, $CATALINA_BASE/lib, or WEB-INF/lib ) or it's named as a .zip instead of .jar. Tomcat only looks for .jar files (.zip files are ignored) in one of the above listed

Re: loading jdbc driver

2002-01-11 Thread Praveen Potineni
Adam, Put the driver files in the WEB-INF/lib folder in webapps. Create a lib folder if it dosen't exist in WEB-INF. Hope that helps...Let us know... Praveen - Original Message - From: "Alfar, Adam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 11, 2002 1:14 PM Subject