Since the connection pool needs to load the driver, putting the driver jar
in WEB-INF is too late.  One option is to put in the startWeblogic file and
add it to the classpath there.  Depending on the version of WLS there are
various way to accomplish this.

Best regards...

-----
Answers to J2EE, Java, UML, Process, and Patterns!
(http://groups.yahoo.com/group/bartssandbox)
J2EE (http://www.cact.csupomona.edu/oncampus/programs/cert/j2ee/default.asp)
Java (http://www.cact.csupomona.edu/oncampus/programs/cert/java/Default.asp)
UML (http://www.cact.csupomona.edu/oncampus/programs/cert/uml/default.asp)
eBuilt, Inc. (http://www.eBuilt.com)
 

> Date: Thu, 26 Feb 2004 18:40:57 +0100
> To: <[EMAIL PROTECTED]>
> From: =?iso-8859-1?Q?=22Carl_Sch=E9le=2C_IT=2C_Posten=22?= 
> <[EMAIL PROTECTED]>
> Subject: Problems connecting to MySQL with WLS
> Message-ID: 
> <[EMAIL PROTECTED]>
> 
> ------_=_NextPart_001_01C3FC8F.B12822B3
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> Hello!
> 
> =20
> 
> I'm using a WLS server and MySQL. Where am I supposed to put the =
> "mysql-connector-java-3.0.11-stable-bin.jar" to make sure WLS 
> will find =
> it? I've tried several places ie. under ttk and right under classes. =
> Still WLS doesn't find my mysql.jar file. It works when I'm 
> compiling it =
> locally but when I'm trying to deploy it on the server 
> everything goes =
> wrong. My hierarchy looks like this.
> 
> =20
> 
> WEB-INF
> 
> |
> 
> classes
> 
> |
> 
> web
> 
> |
> 
> java
> 
> |
> 
> se
> 
> |
> 
> ttk
> 
> |
> 
> Test.class
> 
> ------_=_NextPart_001_01C3FC8F.B12822B3--


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to