Skip to content

Instantly share code, notes, and snippets.

@oluies
Created October 25, 2011 18:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oluies/1313710 to your computer and use it in GitHub Desktop.
Save oluies/1313710 to your computer and use it in GitHub Desktop.
Start akka microkernel from your IDE.
Start microkernel from your IDE.
Main: akka.kernel.Main
VM args: -Xms256m -Xmx1024m -Dakka.home=./kernel -Dlogback.configurationFile=src/main/resources/logback.xml
In kernel directory I have a symlink config -> ../src/main/resources
In the kernel directory I also have an empty deploy directory. Not used, but must be there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment