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
ailto:[EMAIL PROTECTED] Sent: 12 August 2005 00:42 To: Struts Users Mailing List Subject: JAAS vs JDBRealm Hello all, A little question. I've wrote a little web app for school with Servlets. In my Eclipse Project I've added a context.xml file in order to configure JDBCRealm and it work

JAAS vs JDBRealm

2005-08-11 Thread C.F. Scheidecker Antunes
Hello all, A little question. I've wrote a little web app for school with Servlets. In my Eclipse Project I've added a context.xml file in order to configure JDBCRealm and it worked perfectly as Tomcat 5.x supports this kind of thing, adding a context.xml file inside the META-INF/ subdir. In