I have a multihomed system with multiple NICs and IPs.
I am not %100 sure how my Sun JVM chooses the IP representing 'this' system (that's the "source IP" when connecting to another system using Socket or URLConnection). Does it pick the system default NIC, or perhaps it does a reverse lookup on the system's name? etc.
In any case, is there a way to explicitly bind the JVM to a specific IP?
Alternatively, if anyone knows how to do that from Axis Webservices framework, that would be immensely helpful.
Much appreciated..