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 Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, > * Correct: connectionURL="jdbc:hsqldb:data/Auth" > * Incorrect: connectionURL="jdbc:hsqldb:/localhoast/data/Auth" Thanks for posting a followup to this when you found the answer. Often, dead threads will end in no solution as the OP will di

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: E