-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akka archetype bat script needs major rework #521
Comments
Could we customize the existing bash/bat scripts in a way suitable for Akka kernel apps? So we only have to maintain one start script. WDYT? |
I think that would be a great way to do it. |
We (Akka Team) would like to remove the Next step would be to document a clean usage of WDYT about removing |
So I'm all about removing if we have to maintain less bash/scala/sbt code without losing any functionality. |
We deprecated |
@muuki88, could you remind relevant discussion? I recently tried to find it and failed.. |
Thanks! We have updated the Akka documentation to recommend the JavaServerAppPackaging. |
Awesome, thanks @patriknw @kardapoltsev No, everything came a bit abruptly. However this is the better way to go. |
See
https://github.com/sbt/sbt-native-packager/blob/0b3516496467f316660bcedf4463c5308fb83af4/src/main/resources/com/typesafe/sbt/packager/archetypes/akka-bat-template
JAVA_OPTS
is hard coded, with no possibility to override it with custom memory or JVM arguments.The bash script suffers from similar problems, but at least it doesn't hard code
JAVA_OPTS
with no possibility to override.The text was updated successfully, but these errors were encountered: