Yeah you are right that property is retrning null The value is Icontants.SYSTEM_HOST_PROP=jboss.bind.address
So when i start jboss server with -b <ip-address> switch i will get the binding ip address of the server and using i am constructing provider_url for Context. And both jboss nodes i am starting with partition name as QA-Cluster and binding addrress as 192.168.1.101 and 102 so command is run.sh -c all -b 192.168.1.101 -g QA-Cluster run.sh -c all -b 192.168.1.102 -g QA-Cluster Am i missing something here while starting ? or something else is problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087420#4087420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087420 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
