Hi, On Tue, Nov 4, 2008 at 12:55 AM, Fu-Tung Cheng <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if it is possible to tell apache ds what listen address to > use in the case of a multihomed machine?
I may miss something, but I don't know how you possibly can do that. We open a ServerSocket for accepting incoming requests, which is based on a port, not an address. The address is the server address ADS is installed on. So I guess you simply have to modify your system configuration so that your server IP address is what you want ADS to listen on. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
