-
Notifications
You must be signed in to change notification settings - Fork 174
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
jetty94 doesn't work #371
Comments
Please use 'jetty9.4' notation (with dot between '9' and '4'). |
ah yes, jetty9.4 works for me. thank you! |
Hi.. I was facing the same issue while using jetty94. I changed it to jetty9.4 and I still face the 'Unsupported servlet container' error. I want to upgrade to jetty 9.4.8. So i am trying to change servletContainer to jetty94 and override the default jetty version by adding the following in jetty94Version=9.4.8.v20171121 in gradle.properties |
@susannamichael54 Have you tried with Gretty 2.1.0 from https://github.com/gretty-gradle-plugin/gretty ? It defaults to |
For me too, but please update the documentation: |
+1 for doc update. Also ran into it. |
gretty {
// supported values:
// 'jetty7', 'jetty8', 'jetty9', 'jetty93', 'jetty94', 'tomcat7', 'tomcat8'
servletContainer = 'jetty94'
}
when I do gradle apprun
I get
The text was updated successfully, but these errors were encountered: