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

Can you please update for spring boot 1.5 ? #3

Open
bcopy opened this issue Sep 23, 2017 · 1 comment
Open

Can you please update for spring boot 1.5 ? #3

bcopy opened this issue Sep 23, 2017 · 1 comment

Comments

@bcopy
Copy link

bcopy commented Sep 23, 2017

When running this sample with Spring Boot 1.5, Tomcat embedded won't start :

Caused by: java.lang.NoSuchMethodError: javax.servlet.ServletContext.getVirtualServerName()Ljava/lang/String;
at org.apache.catalina.authenticator.AuthenticatorBase.startInternal(AuthenticatorBase.java:1141) ~[tomcat-embed-core-8.5.16.jar:8.5.16]

Is Milton compatible with Tomcat 8.5 ?

It starts up if I use Jetty instead :
https://docs.spring.io/spring-boot/docs/current/reference/html/howto-embedded-servlet-containers.html

@bcopy
Copy link
Author

bcopy commented Sep 23, 2017

Ok, it works with Tomcat 8.5 once Servlet 2.3 has been explicitly excluded (it is imported by commons-log)

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

1 participant