posted 16 years ago
hi,
i'm making a rmi call to a server on a ipv6 enabled machine.
when i use the host name, it works fine.
but when i use the ip address, it throws me a timeout exception
the url value is
java.naming.provider.url=jnp://[fe80::216:72ff:fe3c:21gf]:19014
but this works fine if i give
java.naming.provider.url=jnp://blriedlin03:19014
is there any properties i need to set to make it work.
thanks,
gaurav abbi