0 Replies Latest reply on Nov 21, 2001 4:37 AM by jbossravi

    Federating External Contexts

    jbossravi

      Hi!

      There is no forum defined for this, so I am posting this here
      I am trying to federate an external context in JBOSS.
      But to federate an external context I need the InitialContextFactory of that external context. For example suppose I want to bind an external LDAP context I need the following class in the classpath
      com.xxx.LDAP.LdapCtxFactory
      Is it not possible for different naming services to find each other if I simply specify the host and port
      For example I specify that I want an object from a naming service listening on port xx of host yy. Otherwise I will need all sorts of jars in the classpath
      Am I missing something
      Please help