0 Replies Latest reply on Oct 25, 2003 11:59 PM by hoos

    Using one login page for multiple webapps

    hoos

      Hello, I have multiple webapps deployed in a single EAR all of them use the same security realm for login authentication.

      My problem is that I want to use one custom login form across all webapps but It seems that I have to provide a copy of this form to every webapp.

      I would like to be able to use a single copy of the login form in one webapp and have the others all reference that one. This would reduce the maintenance effort if the login page was every changed.

      I have tried using includes in dummy login pages but as the the "master" login page is in a different context this does not work.

      Is there a mechanism to share the login page in enterprise archives or a work around?

      Cheers Hoos.