Re:Re: SQL Realm for tomcat

2006-07-17 Thread Neelesh
Hi Ian, Thanks for pointing me to the links. Coming back to the realm, as far as I know, JDBCRealm does not allow you to run arbitrary SQL queries against the database to retrieve the role/password information. I believe, this can be solved to some extent by creating appropriate views in the dat

Re: SQL Realm for tomcat

2006-07-16 Thread Ian Darwin
Neelesh wrote: Hello all! Joined the group today. The reason I joined the group is to understand more about the excellent container and contribute, if possible. As a starter I've implemented a very simple and basic SQLRealm, to execute arbitrary SQL queries against a database to retrieve the

SQL Realm for tomcat

2006-07-16 Thread Neelesh
Hello all! Joined the group today. The reason I joined the group is to understand more about the excellent container and contribute, if possible. As a starter I've implemented a very simple and basic SQLRealm, to execute arbitrary SQL queries against a database to retrieve the roles and passwor