-
Notifications
You must be signed in to change notification settings - Fork 33
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
quickstart support? #12
Comments
What would implementing quickstart support entail? Is it just turning on the quickstart module? Does the app have to be built a different way to work with quickstart? |
It is a module that needs to be turned on, plus the webapp needs to be built with a quickstart-war file. So if there is going to be SDK support to deploy webapps to this image, it is a good option to have to save CPUs. If there is no SDK support, then it is something the users can turn on themselves and we should just prepare an example project and documentation. |
See issue #25 also. |
pure jetty-runtime does not have prebaked SDK support. On Thu, Sep 15, 2016 at 4:06 PM, Jan Bartel [email protected]
|
To use quickstart a user would need to:
Both are simple to do, so I think this is more a documentation/example issue rather than a coded feature. |
Would they need to build a custom runtime to enable the quickstart module? |
@meltsufin, yes they would need to provide their own Dockerfile that enables the quickstart module. |
the regression testing could handle that in /jetty-runtime/ easily enough. Each /tests/webapp/test-war-*/ has its own docker. To do:
|
Should quickstart be supported by default, or documented as a desirable feature.
Testing done in #8 using quickstart and/or annotations
The text was updated successfully, but these errors were encountered: