Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set multiple values to java.naming.provider.url

charan27Jun 1 2010 — edited Jun 1 2010
Hi,
Am very confused as how to set the value for java.naming.provider.url if this points to multiple urls.
For eg :
if i need to map two urls (different host and port) how should i do that??
Which one of the following is correct??

1) java.naming.provider.url = t3://server1:port1,server2:port2
2) java.naming.provider.url =t3://server1:port1,t3://server2:port2


or both the ways are wrong??
am not able to reach the engine if i configure like this. Please advice..
Also kindly mention can i use the ip of the server instead of the name???



Thanks,
Charan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2010
Added on Jun 1 2010
1 comment
4,136 views