# The following example specifies a list of WebLogic Servers using the same port:
ht.put(Context.PROVIDER_URL,
"t3://acme1,acme2,acme3:7001");

All the WebLogic Servers listen on the port specified at the end of the URL.
# The following example specifies a list of WebLogic Servers using the different ports:
ht.put(Context.PROVIDER_URL,
"t3://node1:7001,node2:7002,node3:7003");

posted on 2013-09-11 13:50  一天不进步,就是退步  阅读(391)  评论(0编辑  收藏  举报