RE: Re: Database pool problem

2003-12-08 Thread Hart, Justin
[mailto:[EMAIL 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

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

AW: Database pool problem

2003-12-08 Thread SH Solutions
Seams a bit off-topic, but proposing databases, have a look at firebirdsql.org. Firebird ist very good, stable, wide-spread (in flavor of interbase), even used in tanks. Firebird has all features of a good database, including triggers, views, stored procedures, referential integrity, and a lot mor

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

RE: Database pool problem

2003-12-08 Thread Edson Alves Pereira
Tomcat Users List > 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 identifie

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

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 r

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
> > | user > ^ > That worked! THANKS! Yaakov Chaikin Software Engineer BAE SYSTEMS 301-838-6899 (phone) 301-838-6802 (fax) [EMAIL PROTECTED] - To unsubscribe, e-mail:

RE: Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
PROTECTED] > -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: > >

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 Edson Alves Pereira
; De: Chaikin, Yaakov Y (US SSA)[SMTP:[EMAIL PROTECTED] > 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 connecti

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 tag: This works and it's the same attributes, just with different names to comply with Realm tag dtd. Any i

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 Edson Alves Pereira
sers List' > Assunto: 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 > S

RE: Database pool problem

2003-12-05 Thread Edson Alves Pereira
dezembro de 2003 13:07 > Para: [EMAIL PROTECTED] > Assunto: Database pool problem > > Hi, > > I am having the following problem and how someone can point out to me > what I am doing wrong. > > I am trying to configure Tomcat to have a database connection

Database pool problem

2003-12-05 Thread Chaikin, Yaakov Y (US SSA)
Hi, I am having the following problem and how someone can point out to me what I am doing wrong. 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