Re: Using HSQLDB for Authentication

2007-09-04 Thread remmons
://www.nabble.com/Using-HSQLDB-for-Authentication-tf4208687.html#a12478808 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

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
HOME%/common/lib * Locate the HSQLDB database files in webapps/myApp/data * Use the following Realm element in server.xml: That is the same Realm element as I used above, except for the connectionURL: * Correct: connectionURL="jdbc:hsqldb:data/Auth" * Incorrect: connectionURL="jdb

Using HSQLDB for Authentication

2007-08-02 Thread Robert J Emmons
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: Exception opening database conne