MySQL JAR File Location

2002-12-06 Thread Johnson, Garrett
Ladies and Gentlemen: Where should I drop a copy of the JDBC Driver .jar file that I need to connect to MySQL from Tomcat? I understand there are a variety of classloaders, invoked on a number of different directories. Obviously, I could just dump it into %JAVA_HOME%\jre\lib\ext, but what if I w

Re: MySQL JAR File Location

2002-12-06 Thread David Brown
Johnson, Garrett writes: Ladies and Gentlemen: Where should I drop a copy of the JDBC Driver .jar file that I need to connect to MySQL from Tomcat? I understand there are a variety of classloaders, invoked on a number of different directories. Obviously, I could just dump it into %JAVA_HOME%\

RE: MySQL JAR File Location

2002-12-06 Thread Brandon Cruz
1)catalina_home/shared/lib for all web applications 2)catalina_home/webapps/yourwebapp/WEB-INF/lib -Original Message- From: Johnson, Garrett [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 12:21 PM To: 'Tomcat Users List' Subject: MySQL JAR File Location Ladies and

RE: MySQL JAR File Location

2002-12-06 Thread Johnson, Garrett
om: David Brown [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 12:21 PM To: 'Tomcat Users List' Subject: Re: MySQL JAR File Location Johnson, Garrett writes: > Ladies and Gentlemen: > > Where should I drop a copy of the JDBC Driver .jar file that I need to > connec

RE: MySQL JAR File Location

2002-12-06 Thread Noel J. Bergman
> Where should I drop a copy of the JDBC Driver .jar file See: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html#Database%20Connection%20Pool%20(DBCP)%20Configurations --- Noel -- To unsubscribe, e-mail: For additional comm