0 Replies Latest reply on May 8, 2003 1:56 AM by lordlust

    JAAS security between servers

    lordlust

      In the application I'm writing, I need to access an EJB on a remote server from my own session bean. The remote bean is secured with JAAS so I need to log in first. I know how to do this with a client app, but in the case of an EJB, where do you put the login configuration? Can I put this in my login-config or do i need an auth.conf file for this session bean?