We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Ok, it works with Tomcat 8.5 once Servlet 2.3 has been explicitly excluded (it is imported by commons-log)
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: