> -----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]