Could any one who has tested it post his result? I am really frustrated by the "sometime buggy" 5.5 releases and I had to revert to 5.0.28.
here's a summation of my experiences & interpretations of answers from the list, so far:
JDBCRealm (5.5.4): worked i think, but no longer available on tomcat website that i can find
JDBCRealm (5.5.7, 5.5.8a): doesn't reopen dropped connections
DataSourceRealm (5.5.4): doesn't support digest authentication
DataSourceRealm (5.5.7): doesn't work or is unconfigurable by me - i've got a
<Server>
<GlobalNamingResources>
<Resource type="javax.sql.DataSource" name="UserDatabase">
and an
<Engine>
<Realm className="org.apache.catalina.realm.DataSourceRealm" name="UserDatabase">
and i get java.lang.NullPointerException at javax.naming.NameImpl.<init> at javax.naming.CompositeName.<init> at org.apache.naming.NamingContext.lookup (etc.)
so please accept my application to the Frustration Club. :(
--alex.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
