Re: JDBC Realm Configuration

2005-10-28 Thread Vicente Couto
GB Developer, Firebird auth works almost like mysql. I'm using firebird administrator user (sysdba) on JDBC realm configuration placed into server.xml. I know that everything with the database is good because i can connect using another programs (like db viewers and administartion) and

RE: JDBC Realm Configuration

2005-10-28 Thread GB Developer
> -Original Message- > From: Vicente Couto [mailto:[EMAIL PROTECTED] > Sent: Friday, October 28, 2005 12:34 PM > To: Tomcat Users List > Subject: Re: JDBC Realm Configuration > > > GB Developer, look at the exceptions: > > java.sql.SQLException:

Re: JDBC Realm Configuration

2005-10-28 Thread Vicente Couto
Message - From: "GB Developer" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Friday, October 28, 2005 3:13 PM Subject: RE: JDBC Realm Configuration -Original Message- From: Vicente Couto [mailto:[EMAIL PROTECTED] Sent: Thursday, Octob

RE: JDBC Realm Configuration

2005-10-28 Thread GB Developer
> -Original Message- > From: Vicente Couto [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 3:18 PM > To: Tomcat Users List > Subject: JDBC Realm Configuration > > > But when i put the JDBC realm in server.xml file tomcat > throws a

Re: JDBC Realm Configuration

2005-10-28 Thread Vicente Couto
My jdbc (firebirdsql-full.jar) driver is already in /commom/lib. - Original Message - From: "Jun Zhu" <[EMAIL PROTECTED]> To: "Vicente Couto" <[EMAIL PROTECTED]>; "Tomcat Users List" Sent: Friday, October 28, 2005 2:29 PM Subject: Re: JDBC R

Re: JDBC Realm Configuration

2005-10-28 Thread Jun Zhu
Hi, You need to put your database (firebird) jar file to tomcat/common/lib. Hope this helps. Julia >>> "Vicente Couto" <[EMAIL PROTECTED]> 10/27/05 2:58 PM >>> Hi All, I'm trying to configure a JDBC realm for request users authentication and i'm using netbeans 4.1. I follow the tomcat docs exam

JDBC Realm Configuration

2005-10-27 Thread Vicente Couto
Hi All, I'm trying to configure a JDBC realm for request users authentication and i'm using netbeans 4.1. I follow the tomcat docs example, and when i use a "memory realm" everything works fine. But when i put the JDBC realm in server.xml file tomcat throws a lot of exceptions, and ask for tomc

JDBC Realm Configuration

2005-10-27 Thread Vicente Couto
Hi All, I'm trying to configure a JDBC realm for request users authentication and i'm using netbeans 4.1. I follow the tomcat docs example, and when i use a "memory realm" everything works fine. But when i put the JDBC realm in server.xml file tomcat throws a lot of exceptions, and ask for tomcat