I have jboss cluster and want to use only HTTP for client-server communication.
I read documentation and found settings for JNDI over HTTP:
--
java.naming.factory.initial = org.jboss.naming.HttpNamingContextFactory
java.naming.provider.url = http://host:8080/invoker/JNDIFactory
--
and settings for HAJNDI over RMI:
--
java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory
java.naming.provider.url = host1:1100,host2:1100
--
But I can't find settings for HAJNDI over HTTP.
I tried to use java.naming.provider.url = 
http://host1:8080/invoker/JNDIFactory,http://host2:8080/invoker/JNDIFactory
or java.naming.provider.url = 
http://host1:8080/invoker/HAJNDIFactory,http://host2:8080/invoker/HAJNDIFactory
Client application starts and works, but when I am stopping host1 client app 
cannot get access to JNDI.

Please, help me. What should I do to use HAJNDI over HTTP?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008748
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to