On Sat, Oct 8, 2011 at 11:09 AM, Craig Gambino <[email protected]> wrote: > I was wondering if it was possible to disable / stop NetBios name resolution > during a request on a per-client basis (e.g. cannot alter the JVM or the > machine or anything that would effect another process). Would anyone have > any ideas on how to go about this?
Can you change JVM startup parameters? Information in this bug... http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5092063 ... suggests you can set the resolver explicitly with: -Dsun.net.spi.nameservice.provider.1=dns,sun Also, you could download a DNS resolver class implementation and do the resolution yourself. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
