Such a problem that after writing the first spring mvc controller, Tomkat stopped deploying the war artifact, reinstalling the artifact did not help, that’s the whole output - http://pastebin.com/WibNL8qP , thanks in advance. I attach screenshots tomcat config enter image description here

enter image description here

enter image description here

enter image description here

There is still such a problem, maybe because of her enter image description here

  • Not connected library servlet-api? - Maxim Dadynsky
  • <dependency> <groupId> javax.servlet </ groupId> <artifactId> javax.servlet-api </ artifactId> <version> 3.0.1 </ version> </ dependency> is it? - Andrey Sibirkin

0