RE: R: Struts and JAAS

2004-05-18 Thread Jesse Alexander (KXT)
: Dienstag, 18. Mai 2004 16:17 To: 'Struts Users Mailing List' Subject: R: R: Struts and JAAS Could you provide an example of how to do it? I think if it's a matter of application configuration then the appserver should not make any difference, as long as I use jdk 1.4 and j2ee 1.3

R: R: Struts and JAAS

2004-05-18 Thread Andrea M.
2004 11.36 A: Struts Users Mailing List Oggetto: Re: R: Struts and JAAS Never used jrun but on the other app servers I have used (and prefer jboss) you can independently configure each app as to which JAAS realm to use. ---

Re: R: Struts and JAAS

2004-05-18 Thread Sean Radford
Never used jrun but on the other app servers I have used (and prefer jboss) you can independently configure each app as to which JAAS realm to use. So, sorry don't think I can be of more help. Anyone else out there know jrun? Sean On Tue, 2004-05-18 at 10:18, Andrea M. wrote: > Yes > I need app

R: Struts and JAAS

2004-05-18 Thread Andrea M.
Yes I need application A using module 1 And application B using module 2 I need isolation, so A cannot access m2 and B cannot access m1 In Jrun actually I can configure jaas modules for users and roles, but that's server instance wide. I'm pretty new to JAAS, and I don't know if I have to find a wa