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