-
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
jetty-runner startup error with jetty-10 #5798
Comments
related #1906 |
I can't get this to work either, I'm getting the same error described here even for a simple webapp. This issue (#4562) is relevant as well, apparently there are some issues using this with Java 11 and JPMS. |
I had the same issue, but adding a new WebAppConfiguration() to the array sent to WebAppContext.setConfigurations() solved the problem |
olamy
added a commit
that referenced
this issue
Mar 30, 2021
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
olamy
added a commit
that referenced
this issue
Apr 27, 2021
#6115) * Issue #5798 fix jetty runner startup error and add jsp support as well Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * Add test to ensure jetty runner starts correctly Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * remove unused imports Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * fix help description Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * improvement based on Joakim comment, add it test with the path Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
fixed by cda38ab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version 10.0.0
Java version openjdk version "11.0.9.1" 2020-11-04
OS type/version Linux Mint 20
Description
Starting any war file or webapp folder (I tried so far) using the jetty-runner results in the exceptions below
accessing localhost:8080 results in an error code 503
The same war files work with jetty-runner 9.4.35.
The text was updated successfully, but these errors were encountered: