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 using even
netbeans to make db connections - using the same driver!
----- Original Message -----
From: "GB Developer" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <users@tomcat.apache.org>
Sent: Friday, October 28, 2005 4:01 PM
Subject: RE: JDBC Realm Configuration
-----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: org.firebirdsql.jdbc.FBdriver
at
one could have hoped for a better description from the driver...
further down, it says:
28/10/2005 15:32:03 org.apache.catalina.realm.JDBCRealm start
SEVERE: Exception opening database connection
java.sql.SQLException: org.firebirdsql.jdbc.FBdriver
at
org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:689)
at
org.apache.catalina.realm.JDBCRealm.start(JDBCRealm.java:763)
at
I don't know about firebird, but for example: with mysql you need to connect
to the correct IP, port and with the right username/password, and that
username/password needs read permissions on the tables you've set up for
AUTH. Have you checked all those things are good?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]