I\'m using Eclipse Oxygen.2 (4.7.2) on Windows 10 with Java 8. I have a faceted project I run inside Eclipse using Tomcat. I had been using Tomcat 8.5, but on a new system I
For me, this issue went away after removing the dependency below from my pom file.
javax.servlet javax.servlet-api 4.0.0 provided
hope that helps