Porting Tomcat 6 to 7: Problem with

前端 未结 1 991
抹茶落季
抹茶落季 2020-12-19 05:00

I tried to deploy my Tomcat 6 webapp on a Tomcat 7 server, but encounter the following problem which occurs if I add elements to my web.xml:

java.lang.NoSuc         


        
相关标签:
1条回答
  • 2020-12-19 05:38

    I was able to solve the problem (sudden inspiration): Maven was, for whatever reason, adding a catalina-5.*.lib as dependency which is of course wrong. When removing this lib, everything works out fine.

    0 讨论(0)
提交回复
热议问题