Re: JAAS vs JDBRealm

2005-08-12 Thread Wendy Smoak
From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> In order to have the same kind of login functionality within Struts, that is 2 tables for Users and Roles could I just configure JDBCRealm this same way? Why would I bother using something like JAAS where I have to configure the JVM as well?

RE: JAAS vs JDBRealm

2005-08-12 Thread Mark Benussi
Definitely go for JDBCRealm if you can. The only thing you may need to support is login bad username password messages in struts. No idea how you do that in JDBCRealm. The JAAS LoginContext isn't properly supported in Tomcat. -Original Message- From: C.F. Scheidecker Antunes [mailto:[EMAI