The client has the following JNDI properties: java.naming.factory.url.pkgs=jboss.naming:org.jnp.interfaces java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=the_only_node_in_cluster_B:1100
The cluster I want to connect to (B) has only one node, so the client does lookups using the HA-JNDI connected to port 1100 on that node. I know that I could probably just use port 1099 and forget about the clustering, but it is easier just to manage one kind of configuration for the servers (clustered), hence the one-node cluster. Also, we have more than one production cluster (and I think that some are in the same subnet). I need to get this working properly. Thanks, -Max View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910135#3910135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910135 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
