File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Clarify on support by web containers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Clarify on support by web containers" Watch "Clarify on support by web containers" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Clarify on support by web containers
 
Similar Threads
Unexpected Exception
Error Message
Jdbc tutorial
JBoss - MDB deployment
How we know which JDBC version we are using