[jboss-user] [Installation, Configuration & Deployment] - LDAP binding

carcli do-not-reply at jboss.com
Tue Apr 3 05:48:51 EDT 2007


Hello,

I wonder if its possible to have a unique jndi name attached to multiple ldap urls, in order to get some kind of "load balancing" between ldap servers.

What we're trying to achieve is to be able to lookup different contexts
at application level using just one jndi name.


  |  InitialContext iniCtx = new InitialContext();
  |  LdapContext ldapCtx = iniCtx.lookup("external/ldap/jboss");
  | 

Is there something similar to the following code snippet for ldap urls?


  | <connection-url>jdbc:oracle:thin:@localhost:1521:jboss|jdbc:oracle:thin:@nodo1:1521:jboss</connection-url>
  | <url-delimeter>|</url-delimeter>
  | 

Thanks in advance, 

Carmen.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033940#4033940

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033940



More information about the jboss-user mailing list