Take a look at the documentation: http://doc.akka.io/docs/akka/2.3.2/scala/remoting.html and try the Activator template: http://www.typesafe.com/activator/template/akka-sample-remote-scala
Regards, Patrik On Tue, Apr 22, 2014 at 11:55 PM, Prasan Samtani <[email protected]>wrote: > According to the docs for Akka 1.3 > http://doc.akka.io/docs/akka/1.3.1/scala/remote-actors.html > > You can start a remote actor system by simply using: > > > 1. import akka.actor.Actor._ > 2. > 3. remote.start("localhost", 2552) > 4. > 5. // Specify the classloader to use to load the remote class (actor) > 6. remote.start("localhost", 2552, classLoader) > > > However, this doesn't work in Akka 2.0+. What is the equivalent of this > code for the new version of Akka? > > Thanks, > Prasan > > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw JOIN US. REGISTER TODAY! <http://www.scaladays.org/> Scala <http://www.scaladays.org/> Days <http://www.scaladays.org/> June 16th-18th, <http://www.scaladays.org/> Berlin <http://www.scaladays.org/> -- >>>>>>>>>> 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.
