Help does not work. I tried everything, I do not understand where the error is. I create a project like this:
Project structure:
Further I configure Tomcat and I select artifact:
Tomcat is running and the Hello World page opens. Next, add to the project Spring MVC:
Next, I start the server and the error:
Artifact testrusxom: war: Error during artifact deployment.
Then I build the project with the install mavena and in the place of artifact for tomcat I select the folder with the war file:
I run Tomcat the same error:
Artifact
testrusxom.war: Error during artifact deployment. See server log for details.
When entering http://localhost:8080 (separately, because the idea does not start automatically), error 404:
It’s not a problem.
The structure of the war:
There is an error in the logs:
org.apache.catalina.core.StandardContext.listenerStart Error Configuring Application [of org.springframework.web.context.ContextLoaderListener]
Help me figure out what I do not understand anymore.





