Hi, the hostname setting is a bit misnamed. It defines the interface the server binds to.
So, you can put "0.0.0.0" in there to make sure the management interface is bound on all interfaces (but make sure not to expose it publicly) or put some other interface address in there. I filed https://github.com/akka/akka-management/issues/30 to clarify the confusion. Johannes On Thursday, June 1, 2017 at 12:23:55 PM UTC+2, Dai Yinhua wrote: > > How can I enable the akka cluster http management? > > Should I call ClusterHttpManagement(cluster1).start() to enable it? > And does it supported by a singleton actor internally so that I can call > it on every node of akka cluster instance? > > Also how should I set akka.cluster.http.management.hostname if akka > cluster is running in multiple servers? > > > Thanks. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
