-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unrecognized jetty-home/start.jar command line option not reported clearly #5681
Comments
In this case, It's passed to the forked JVM as a JVM argument. Seeing as we run on a large variety of JVMs, this is about as good as we can get. |
yeah, this is kind of a known problem.... without --exec, we don't start another JVM so you don't get an error from the JVM:
I guess we could change this WARN to a fatal error? Shall we? do it now for 10 or wait for 12??? |
Well, could the output be at least a little more explicit? I had no idea that the WARN was related to the --foople. |
This issue has been automatically marked as stale because it has been a |
This issue has been closed due to it having no activity. |
This issue has been closed due to it having no activity. |
This issue has been closed due to it having no activity. |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
How about this result?
|
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
jetty-10.0.x
If I use an unknown command option to start the distro like so:
[941] java -jar ../jetty-home/start.jar --foople
Jetty simply starts. I would expect at least an "unknown option" type warning, maybe even not starting.
The text was updated successfully, but these errors were encountered: