8 messages in com.mysql.lists.javaRe: JDBC driver setting| From | Sent On | Attachments |
|---|---|---|
| Mike Smith | 22 Jun 2001 10:57 | |
| Neelesh | 23 Jun 2001 05:32 | |
| Mike Smith | 25 Jun 2001 08:04 | |
| Igor Fedulov | 25 Jun 2001 09:30 | |
| mmat...@thematthews.org | 25 Jun 2001 11:10 | |
| Igor Fedulov | 25 Jun 2001 11:34 | |
| Dirk Hillbrecht | 25 Jun 2001 11:47 | |
| Piero Tintori | 26 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 .....
-neelesh Product Manager ( www.tasknavigator.com ) Suvi Informations Indore India
----- Original Message ----- From: "Mike Smith" <mi...@thinkingarts.com> To: <ja...@lists.mysql.com> Sent: Friday, June 22, 2001 11:27 PM Subject: JDBC driver setting
I am having exactly the same problem and would like to know the solution.
Mike
--
Michael H Smith Email: mi...@thinkingarts.com Visit: www.thinkingarts.com
--------------------------------------------------------------------- Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before posting. To request this thread, e-mail java...@lists.mysql.com
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.




