Technical Vaults
Miscellaneous technical notes along the way.
Showing posts with label
java
.
Show all posts
Showing posts with label
java
.
Show all posts
Friday, December 16, 2011
Force java to use IPV4
Having problems with a java server application listening on IPV6. Adding the following to the java command line causes Java to use IPV4.
-Djava.net.preferIPv4Stack=true
It's come in handy a few times. Sadly.
Older Posts
Home
Subscribe to:
Posts (Atom)