Tomcat doesn't do JDBC.  Tomcat comes with optional classes (like JDBCRealm)
which do, but those are extensions.

So the answer is, it comes with all the JDBC drivers it needs, which is
none.  If _your_ code uses JDBC, _you'll_ need to get the driver(s) you want
yourself.


                                        -- Bill K. 

> -----Original Message-----
> From: Michael Johnson [mailto:Michael Johnson]
> Sent: Thursday, August 09, 2001 1:48 PM
> To: [EMAIL PROTECTED]
> Subject: JDBC
> 
> 
> Does Tomcat have all the necessary JDBC drivers installed to 
> successfully 
> connect to a mysql database?  I will be installing Tomcat on 
> Linux Mandrake 
> 8with Apache shortly.  And I will be developing JSP programs 
> that use MySql.
> 
> 
> Thanks,
> Michael
> Johnson
> 
> ---------------------------------------------
> This message was sent using Endymion MailMan.
> http://www.endymion.com/products/mailman/
> 
> 

Reply via email to