Skip to main content
Jump to: navigation, search

Talk:Jetty/Tutorial/JAAS

Revision as of 15:46, 14 February 2012 by Mondgesicht.gmx.net (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

From the current article version

Set up your LoginModule in a configuration file, following the syntax rules:
xyz {
       com.acme.SomeLoginModule required debug=true;
    };

Where is this configuration file supposed to be placed? Thanks, --Abdull 16:56, 14 February 2012 (UTC)

Found an answer at Jetty/Feature/JAAS. --Abdull 19:46, 14 February 2012 (UTC)

Back to the top