0
I created a simple project, and manage to run it in Springtools, to be able to run it also on the server Heroku and now I’m trying to run it on Tomcat server on my local computer.
i put Tomcat to run, and bundled the project with the command;
MVN clean install
took the project that is with . War and put in the webapp folder on the way;
C: Program Files Apache Software Foundation Tomcat 8.5 webapps
When I was testing in Postman did not run , gives error 404, I wonder what might have happened?
When I put the . War file in the project it generated a folder called midia as you can see in the figure below
It generated a different folder from the original project as you can see below;
all I need is to be able to run my project on my local server.
Structure of my project;