rename ActorSystem.root to rootPath
This commit is contained in:
parent
5cc228e7b4
commit
2b6d9ca6bd
8 changed files with 23 additions and 22 deletions
|
|
@ -81,7 +81,7 @@ class Remote(val app: ActorSystemImpl, val nodename: String) {
|
|||
}
|
||||
|
||||
def start(): Unit = {
|
||||
val serverAddress = server.app.root.remoteAddress //Force init of server
|
||||
val serverAddress = server.app.rootPath.remoteAddress //Force init of server
|
||||
val daemonAddress = remoteDaemon.address //Force init of daemon
|
||||
log.info("Starting remote server on [{}] and starting remoteDaemon with address [{}]", serverAddress, daemonAddress)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue