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
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.