20 Client server discovery lifecycle
eugene yokota edited this page 2017-09-17 15:49:08 -04:00

For older discussion see XArchived: Client server discovery lifecycle

active.json

This file will be placed under $cwd/project/target/.

{
   "tokenfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/token.json",
   "url": "tcp://127.0.0.0:xxxx"
}

token.json

{
   "url": "tcp://127.0.0.0:xxxx",
   "token": "****"
}