[jboss-user] [Clustering/JBoss] - Re: HAJNDI over HTTP

bstansberry@jboss.com do-not-reply at jboss.com
Sat Feb 3 08:46:44 EST 2007


Try:

java.naming.provider.url=http://host1:8080/invoker/HAJNDIFactory,http://host2:8080/invoker/HAJNDIFactory

What allows HA-JNDI to find host2 is you don't list it like that is the multicast autodiscovery feature.  But if you use that, you'll get an RMI-based proxy.  So you'd need to list all your servers.

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

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



More information about the jboss-user mailing list