Created
October 25, 2011 18:12
-
-
Save oluies/1313710 to your computer and use it in GitHub Desktop.
Start akka microkernel from your IDE.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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