| Author |
Connection pooling in weblogic8.1
|
saleem javeed
Greenhorn
Joined: Sep 11, 2004
Posts: 5
|
|
I am new to weblogic, i designed connection pool for my database, i am using sybase databae, but it's giving this message "JDBC driver is not on the CLASSPATH". Can anybody help me in this problem thanks
|
 |
Sachin Dangi
Greenhorn
Joined: Aug 31, 2003
Posts: 17
|
|
Javed, pls put the JDBC driver for sybase database in classpath. usually it is jconn2.jar. You can set the CLASSPATH env variable in startWeblogic.cmd Sachin
|
 |
dennis zined
Ranch Hand
Joined: Mar 07, 2003
Posts: 330
|
|
|
Why did you have to write your own connection pooling mechanism? Weblogic has a datasource configuration which you can set and call from your java program. The datasource does connection pooling for you.
|
SCJP 1.4<br />SCWCD 1.4
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Sachin, May I ask you to add a last name into your display name in order to comply with our naming policy? Thanks.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Sachin Dangi
Greenhorn
Joined: Aug 31, 2003
Posts: 17
|
|
Lasse, was not aware of the naming policy. thanks for bringing it to my notice. Sachin.
|
 |
 |
|
|
subject: Connection pooling in weblogic8.1
|
|
|