users@glassfish.java.net

Glassfish and jsr 196

From: saturon <netbeans_at_vtxfree.ch>
Date: Mon, 20 Oct 2008 18:50:28 +0200

Hi,

I wanted to configure my web application with a jsr 196 auth module. For
this i found some guidance at ron's blog
http://blogs.sun.com/enterprisetechtips/entry/adding_authentication_mech
anisms_to_the . Unfortunately it does not really explain how to link a
custom realm I configured in with the ServerAuth module. I did not find
a place where I can tell my application to use my foo-realm, instead of
the default file realm.

Another question I have is how the web.xml security constraints are
handled, will they be still be processed, and what about login-configs?
Will login-configs be ignored?

Thanks Mark