Re: Using HSQLDB for Authentication

2007-09-04 Thread remmons
Sorry, further testing showed that Tomcat was locating one of my databases, but not the one I thought. It was locating a database in %CATALINA_HOME%/data. So the database location and connectionURL which I posted previously are not consistent. Here is the corrected database location: * Locate

Re: Using HSQLDB for Authentication

2007-08-23 Thread remmons
remmons wrote: I am trying to use HSQLDB for container authentication in Tomcat. When I start Tomcat, I get this message in the catalina.-MM-DD.log: INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 Aug 2, 2007 3:10:29 PM org.apache.catalina.realm.JDBCRealm start SEVERE

Using MSAccess database for container authentication

2007-08-10 Thread remmons
I am trying to use an MSAccess database for container authentication in Tomcat 5.5.23. When I start Tomcat, I get this message in the catalina.-MM-DD.log: Aug 10, 2007 10:50:30 AM org.apache.catalina.realm.JDBCRealm start SEVERE: Exception opening database connection java.sql.SQLException:

Re: Using MSAccess database for container authentication

2007-08-10 Thread remmons
Christopher Schultz-2 wrote: This is a standard class that comes with the Sun JRE. There is no need for any additional JAR files. I would advise the OP to check online for how to connect Java to Access in general before adding Tomcat into the mix. Using MS Access requires you to setup