Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "FAQ/Database" page has been changed by OgnjenBlagojevic: https://wiki.apache.org/tomcat/FAQ/Database?action=diff&rev1=6&rev2=7 Comment: Changed to FAQ format * [[http://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html|JNDI Datasource HOW-TO]] - Other notes: + == Questions == + 1. [[#Q1|Is it safe to use JDBC-ODBC bridge in production environment?]] + 1. [[#Q2|How to use Orache thin driver?]] + + == Answers == + + <<Anchor(Q1)>> + === Is it safe to use JDBC-ODBC bridge in production environment? === + - * '''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. + No, 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. + + + <<Anchor(Q2)>> + === How to use Orache thin driver? === + - * 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. + 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. + ---- [[CategoryFAQ]] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org