Skip to content
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

Closed
wmacgyver opened this issue Jun 21, 2017 · 6 comments
Closed

jetty94 doesn't work #371

wmacgyver opened this issue Jun 21, 2017 · 6 comments

Comments

@wmacgyver
Copy link

wmacgyver commented Jun 21, 2017

gretty {
// supported values:
// 'jetty7', 'jetty8', 'jetty9', 'jetty93', 'jetty94', 'tomcat7', 'tomcat8'
servletContainer = 'jetty94'
}

when I do gradle apprun

I get

Failed to notify project evaluation listener.
Unsupported servlet container: jetty94

@akhikhl
Copy link
Owner

akhikhl commented Jun 21, 2017

Please use 'jetty9.4' notation (with dot between '9' and '4').
Sorry for confusion, I'll update documentation.

@wmacgyver
Copy link
Author

ah yes, jetty9.4 works for me. thank you!

@susannamichael54
Copy link

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

@javabrett
Copy link

@susannamichael54 Have you tried with Gretty 2.1.0 from https://github.com/gretty-gradle-plugin/gretty ? It defaults to jetty94_version = 9.4.8.v20171121.

@msangel
Copy link

msangel commented Sep 6, 2018

ah yes, jetty9.4 works for me. thank you!

For me too, but please update the documentation:
http://akhikhl.github.io/gretty-doc/Switching-between-servlet-containers.html

@aishfenton
Copy link

+1 for doc update. Also ran into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants