DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32607>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32607 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-09 15:59 ------- The portion of the code where I try to use the local address is as follows: if(ip != null) { try { hostConf.setLocalAddress(InetAddress.getByName(ip)); } catch(Exception e) { System.err.println("Couldn't get " + ip + ": " + e.getMessage()); } } where ip is a String that should be an ip owned by that host and hostConf is a HostConfiguration object. Later I call: browser.setHostConfiguration(hostConf); And additionally when I create GetMethods I execute them as: browser.executeMethod(hostConf, m); where m is the method. I hope that helps clarify what I'm doing. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
