You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2007/11/28 19:31:03 UTC

[Tomcat Wiki] Update of "FAQ/Database" by GianlucaVarisco

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The following page has been changed by GianlucaVarisco:
http://wiki.apache.org/tomcat/FAQ/Database

New page:
== Preface ==

This page is to discuss database error and DBCP. Until more content can appear here, here are some links to the mail archives to perform some searches:

  * [http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=database&q=b database]
  * [http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=datasource&q=b datasource]
  * [http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=oracle&q=b oracle]
  * [http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=mysql&q=b mysql]
  * [http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=dbpool&q=b dbpool]

Other Links of interest:

  * [http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html JNDI Datasource HOW-TO]

Other notes:

  * '''Do not use JDBC-ODBC bridge''' bundled with Sun's JDK with Tomcat. It was never meant for a production server environment. If you ask a question about it, everyone will tell you to not use it. If you do need to use ODBC, there are 3rd party drivers which do a pretty good job at being thread safe.
  * If you use the oracle thin driver, be sure to rename it to a jar file from a zip file. Tomcat only auto-magically loads files ending in .jar placed in a lib directory. It ignores all other file extensions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org