Hi,

I'm trying to get typesafe distributed workers example running in separate 
jvms.

I have the frontend, backend and workers running in separate jvms but the 
communication between jvms is not working.

What changes are required to the configuration of these 3 services?

When running in the same app, Main.java starts the backend first, and uses 
the "*realJoinAddress" *to start the other services.  

For the backend, I changed startBackend:

  Config conf = ConfigFactory.parseString("akka.cluster.roles=[" + role + 
"] \n" +
         *   "akka.remote.netty.tcp.port=2551"*).
      withFallback(ConfigFactory.load());

  
    ActorSystem system = ActorSystem.create(systemName, conf);

Not sure if that is correct?  Also what changes to I make for starting the 
frontend and the worker?  And are changes are changes required in 
application.conf ?

Thanks for your help.

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to