Eclipse irreversible Dynamic Web Module 4.0 selection; Tomcat 9 doesn't support it

后端 未结 3 1125
别那么骄傲
别那么骄傲 2021-01-01 23:34

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

3条回答
  •  爱一瞬间的悲伤
    2021-01-01 23:54

    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

提交回复
热议问题