more classic remoting leftovers
* fix several tests that were using akka.remote.netty.tcp config * replace akka.tcp with akka in more places * some doc cross references to remoting.md
This commit is contained in:
parent
18a3569a7e
commit
71e9bdc262
73 changed files with 284 additions and 322 deletions
|
|
@ -49,8 +49,8 @@ public class RemoteDeploymentDocTest extends AbstractJavaTest {
|
|||
@Test
|
||||
public void demonstrateDeployment() {
|
||||
// #make-address
|
||||
Address addr = new Address("akka.tcp", "sys", "host", 1234);
|
||||
addr = AddressFromURIString.parse("akka.tcp://sys@host:1234"); // the same
|
||||
Address addr = new Address("akka", "sys", "host", 1234);
|
||||
addr = AddressFromURIString.parse("akka://sys@host:1234"); // the same
|
||||
// #make-address
|
||||
// #deploy
|
||||
ActorRef ref =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue