Closed hstraub closed 9 years ago
Can you give me a hint, how I can get arguments to the java commandline? I think, I should can pass for example this parameters
The easiest way is to add them in your build.sbt
javaOptions in Universal ++= Seq("mukis-startscript-parameters", "-Dde.mukis=Tester", "-interval", "20")
or create src/universal/conf/application.ini
and use the old etc-default
style config file.
See java server customization and java app customization
Oh. And the Akka Microkernel package got deprecated. You can achieve the same stuff with JavaAppPackaging
Thank you for the quick answer. I will try this!
I updated the startscript-parameters example with both variants. I create a new pull request.
Can you give me a hint, how I can get arguments to the java commandline? I think, I should can pass for example this parameters:
I want to use it in combination with a akka micro kernel package:
Thanks!