0 Replies Latest reply on May 21, 2008 1:51 AM by smsc

    authentication failure between different WARs

    smsc

      Hi,

      i have two WARs.
      Application.war
      User.war

      How is my security association propogated between two different WARs

      In application.war i login using j_security_check and login is successful.
      I then click a link in application.war and go to a servlet in User.war.

      From this servlet i need to access a secured EJB.
      but i get authentication failure exception.

      username (already logged in) is not available for the other WAR.



      Thanks