Here is my code for finding an actor on my remote system:
Application.system.actorFor("akka://ActorApplication@172.17.100.232:2552/home/louis/scala/remoteActor")
I think I have the wrong path specified.
Is this correct:
/home/louis/scala/
Is the location of the Play! project on the remote server. And then "remoteActor" is the name if the actor.
But it is never returning an ActorRef object, it is always null.