8 messages in com.mysql.lists.javaRe: JDBC driver setting
FromSent OnAttachments
Mike Smith22 Jun 2001 10:57 
Neelesh23 Jun 2001 05:32 
Mike Smith25 Jun 2001 08:04 
Igor Fedulov25 Jun 2001 09:30 
mmat...@thematthews.org25 Jun 2001 11:10 
Igor Fedulov25 Jun 2001 11:34 
Dirk Hillbrecht25 Jun 2001 11:47 
Piero Tintori26 Jun 2001 09:11 
Subject:Re: JDBC driver setting
From:Neelesh (neel@suviinfo.com)
Date:06/23/2001 05:32:48 AM
List:com.mysql.lists.java

Yes Mike ,

you can get this JDBC driver from MYSql site and you just have to put it in the classpath directory of WEBLOGIC or put it anywhere and make its classpath awailable to weblogic

then make a entry

weblogic.jdbc.connectionPool.<your pool name>=\ url=jdbc:mysql://<servername>/<database>,\ driver=org.gjt.mm.mysql.Driver,\ loginDelaySecs=1,\ initialCapacity=2,\ maxCapacity=10,\ capacityIncrement=2,\ allowShrinking=true,\ shrinkPeriodMins=15,\ refreshMinutes=10,\ testTable=TS_COMPANY,\ props=user=<user>;password=<password>

then you make this datasource awailable to everyone ( if you want )

---- weblogic.jdbc.DataSource.<data source name>=<your pool name> weblogic.allow.reserve.weblogic.jdbc.connectionPool.<your pool name>=\ everyone

----

this will do .....

I am having exactly the same problem and would like to know the solution.

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java@lists.mysql.com instead.