You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Steve Chu <st...@gmail.com> on 2009/12/21 11:42:31 UTC

Does zookeeper support listening on a specified address?

Hi, all,

I only see  clientPort option in configuration. Does zookeeper support
bind to a specified network address, because in my box, multiple
network interface presents and I want bind to specified one.

I checked src/java/main/org/apache/zookeeper/server/ServerConfig.java,
seems no server address option.

Best Regards,

Steve