-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cleanup Jetty 10 Start #5256
Comments
@gregw we have |
I think we need the word If there is already a |
@gregw however, both in the documentation and in the output of the command:
The word "enabled" is mentioned multiple times - it's exactly what we do, we enable the module permanently. |
|
Signed-off-by: Greg Wilkins <gregw@webtide.com>
usage.txt Signed-off-by: Greg Wilkins <gregw@webtide.com>
updates from review Signed-off-by: Greg Wilkins <gregw@webtide.com>
updates from review Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Issue #5256 --add-modules Signed-off-by: Greg Wilkins <gregw@webtide.com> * main.ini Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #5256 --add-modules usage.txt Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #5256 --add-modules updates from review Signed-off-by: Greg Wilkins <gregw@webtide.com> * Issue #5256 --add-modules updates from review Signed-off-by: Greg Wilkins <gregw@webtide.com> * fixed test Signed-off-by: Greg Wilkins <gregw@webtide.com>
Jetty version
10.0.0
Description
Some changes discussed.
--list-modules
shows a single line for each module. (the name and the first line of description)--show-modules
for the full / detailed module list--create-startd
(show warning)--create-startd
is set to default mode, creating files in${jetty.base}/start.d/
by default.--create-start-ini
to force older operation instart.ini
--add-modules=<name>,<name>
option (plural form)start.d
vsstart.ini
default mode is dependent on the existence ofstart.ini
(if it exists, the--add-modules=<name>
default to adding tostart.ini
, otherwise it uses the new default ofstart.d
)The text was updated successfully, but these errors were encountered: