0 Replies Latest reply on Mar 27, 2005 10:29 AM by davout

    How to authenticate JBoss hosted web app from public web pag

    davout

      I'm deploying a web app under JBoss with the usual '<security-constraint>' based links to a JAAS login module.

      However, my web app includes some web pages that are 'public' and not covered by the security constraints.

      On the main public page I want to include some form controls to allow for quick login. But how and what do I call to authenticate from this public area?