| Author |
Clarify on support by web containers
|
Deepthi Mudidani
Greenhorn
Joined: Jan 24, 2006
Posts: 19
|
|
Hi I am using Tomcat 5.5.7 . If i want to use a feature in JDBC 3.0 do i need to check if the container supports that JDBC version? Or should i simply put the jar file implementing that version in the lib directory and forget about it?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
The servlet container has nothing to do with JDBC. That is all contained in the jar file(s) that constitute the Driver implementation you are using. So long as the Driver files are on the classpath it should work fine.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Clarify on support by web containers
|
|
|