I would add more examples about how to use JVM args to configure the app and avoid relying on sed for configuration.
It will be more consistent with what user do when deploying directly on Jetty or Tomcat.
As you mentioned maybe we should keep this for next major release as it changes a bit the way the app is configured. BTW JVM args were working fine with previous versions also.
I would add more examples about how to use JVM args to configure the app and avoid relying on
sed
for configuration. It will be more consistent with what user do when deploying directly on Jetty or Tomcat.As you mentioned maybe we should keep this for next major release as it changes a bit the way the app is configured. BTW JVM args were working fine with previous versions also.