1 Reply Latest reply on Mar 5, 2004 12:05 PM by starksm64

    Where is LoginInitialContextFactory?

    dudgeon

      I'm trying to use a ejb from a standalone client. The docs state I chould use LoginInitialContextFactory to authenticate witha username/password, but I can't find this class in any of the jboss client jars. Where do I find it? Is this still the right way to do this operation.

      Thx.

      Tim

        • 1. Re: Where is LoginInitialContextFactory?
          starksm64

          All the LoginInitialContextFactory does is encapsulate the JAAS login into the InitialContext creation. This class is in the server/default/lib/jbosssx.jar. See the JAAS Howto post on the top of the forum for more into on the client side login process.