Re: JAAS and Realms configuration

2006-02-01 Thread Mark Thomas
Stefan Baramov wrote: > Using the tag I was hoping to link the login configuration > for each application to a particular JAAS Realm. However this is not > happening. Both application will use the second JAAS Realm and it seems > that tag is completely ignored. > > Finally, I have to say I trie

JAAS and Realms configuration

2006-02-01 Thread Stefan Baramov
Is it possible to confiugrat a LoginModule (according to JAAS guidelines) which will apply different authorization strategies according to the application requesting the JAAS service. My initial thoughts were around configuring two separeta JAAS Realms in this way: conf/server.xml ... T