RE: Database pool problem

2003-12-08 Thread Edson Alves Pereira
Assunto: Re: Database pool problem I understand that you do not have a choice, but please not that the JDBC-ODBC bridge is *not for production* [according to Sun], it is *solely* for development and evaluation. The bridge contains identified bugs that will not be addressed [i e support

RE: Database pool problem

2003-12-08 Thread George Sexton
Why not go the extra mile and get a database that supports cutting edge features like views? PostgreSQL -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 6:06 AM To: 'Tomcat Users List' Subject: RE: Database pool problem

OT: Re: Database pool problem

2003-12-08 Thread Doug Parsons
Everyone has reasons. And some may question our choice. But the goal here is to help each other. Had he ask which database to use, then I would have nothing to say. But each of us have conditions which we must work with that are not under our control. The question of changing databases had already

RE: Re: Database pool problem

2003-12-08 Thread Hart, Justin
PROTECTED] Sent: Monday, December 08, 2003 8:37 AM To: Tomcat Users List Subject: OT: Re: Database pool problem Everyone has reasons. And some may question our choice. But the goal here is to help each other. Had he ask which database to use, then I would have nothing to say. But each of us have

RE: Database pool problem (new problem)

2003-12-07 Thread Chaikin, Yaakov Y (US SSA)
I understand that you do not have a choice, but please not that the JDBC-ODBC bridge is *not for production* [according to Sun], it is *solely* for development and evaluation. The bridge contains identified bugs that will not be addressed [i e support is EOLed]. So, you are using this at

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
Maybe M$ Access isn´t a good database to test. Could you use some real database? Like MySQL, PostgreeSQL, HypersonicSQL, Oracle and so on. -- De: Chaikin, Yaakov Y (US SSA)[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
: RE: Database pool problem Maybe M$ Access isn´t a good database to test. Could you use some real database? Like MySQL, PostgreeSQL, HypersonicSQL, Oracle and so on. -- De: Chaikin, Yaakov Y (US SSA)[SMTP:[EMAIL PROTECTED] Responder: Tomcat Users List Enviada

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
Maybe M$ Access isn´t a good database to test. Could you use some real database? Like MySQL, PostgreeSQL, HypersonicSQL, Oracle and so on. I told you, it's not my choice at this point. I am not about to tell my clients to since they are using M Access I am going to develop. And yes,

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
Could you show us how you make a simple connection to that M$ Acess database to compare? Well, I sort of already did. The realm is working 100% using that database. Here is my Realm tag: Realm className=org.apache.catalina.realm.JDBCRealm connectionName=default

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
] Responder:Tomcat Users List Enviada: sexta-feira, 5 de dezembro de 2003 14:17 Para: Tomcat Users List Assunto: RE: Database pool problem Could you show us how you make a simple connection to that M$ Acess database to compare? Well, I sort of already did. The realm

Re: Database pool problem

2003-12-05 Thread Brent Verner
[2003-12-05 11:07] Chaikin, Yaakov Y (US SSA) said: | I am trying to configure Tomcat to have a database connection pool for | my database, but when I try to access the database through a jsp, it | gives me wrong password for the database... BUT it IS the right | password. | My server.xml file

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
] -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 1:38 PM To: 'Tomcat Users List' Subject: RE: Database pool problem So, correct if i´m wrong. To connect to you database is: Class.forName( sun.jdbc.odbc.JdbcOdbcDriver

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
parameter | nameuser/name ^ That worked! THANKS! Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] - To

Re: Database pool problem

2003-12-05 Thread Dan Johnsson
I understand that you do not have a choice, but please not that the JDBC-ODBC bridge is *not for production* [according to Sun], it is *solely* for development and evaluation. The bridge contains identified bugs that will not be addressed [i e support is EOLed]. So, you are using this at your own

Re: Database Pool of Connections?

2002-06-10 Thread anthony.dodd
Hi I've posted a solution see Generic DataSource Resource Factory Available. JDBC Data Source on the tomcat user maillist. Tony - Original Message - From: Alejandro Arredondo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 10, 2002 12:18 PM Subject:

RE: Database pool

2001-09-12 Thread Alexandre Victoor
Thanks for your responses Anybody knows the database pool of Turbine ? Is there a documentation beside the javadoc ? Alexandre Sorry I code Java servlets and I am looking something like http://javaexchange.com (which is not open source) Thanks Alexandre

RE: Database pool

2001-09-12 Thread Matt Small
Take a look at www.bitmechanic.com -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 7:49 AM To: [EMAIL PROTECTED] Subject: Database pool Hello, This is perhaps off-topic, I am looking for an open-source database connection pool.

RE: Database pool

2001-09-11 Thread David DELGRANCHE
It 's hard to reply you without more details: what is your database? Which language do you use? On which plateform? -Message d'origine- De: Alexandre Victoor [SMTP:[EMAIL PROTECTED]] Date: mardi 11 septembre 2001 16:49 A: [EMAIL PROTECTED] Objet: Database pool Hello, This

RE: Database pool

2001-09-11 Thread Alexandre Victoor
Sorry I code Java servlets and I am looking something like http://javaexchange.com (which is not open source) Thanks Alexandre

RE: Database pool

2001-09-11 Thread WMckean
www.codestudio.com Wes -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:09 AM To: [EMAIL PROTECTED] Subject: RE: Database pool Sorry I code Java servlets and I am looking something like http://javaexchange.com (which

RE: Database pool

2001-09-11 Thread Rasmus Aaen
From the website: Source Code is available upon request /Rasmus -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: 11. september 2001 17:09 To: [EMAIL PROTECTED] Subject: RE: Database pool Sorry I code Java servlets and I am looking something like http