Not if you want to have security on the method level of your ejb's. JAAS is the way to go for security in distributed apps. If you just have a simple web app with no j2ee stuff, then sure, add a few lines to your web.xml file. If you have something more complex, use JAAS.
-James > -----Original Message----- > From: Struts Newsgroup (@Basebeans.com) [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 9:40 AM > To: [EMAIL PROTECTED] > Subject: Re: [ARTICLE] Using JAAS and Struts > > Subject: Re: [ARTICLE] Using JAAS and Struts > From: "Vic C." <[EMAIL PROTECTED]> > === > If I may, > he does a *lot* more than he needs and mkaes it complex. He can just set > up a few lines in WEB.XML and he is done. > > matt_raible wrote: > > I saw this from the Denver JUG this morning, thought some folks > > might be interested: > > > > http://www.mooreds.com/jaas.html > > > > Downloads and code samples from: > > > > http://www.mooreds.com/ > > > > > > -- > > To unsubscribe, e-mail: <mailto:struts-user- > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:struts-user- > [EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:struts-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:struts-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

