So im trying to deploy a .war file application to the tomcat using the manager.
In the manager it says that the application is running and the logs say it was deployed successfully.
So now im thinking if there is a conflict with the @GetMapping("") and all the others that I created in my spring application.
I deployed my application to the path /core (see image)
This all works when I run the application alone without putting it in the tomcat webapps but I want to host multiple webapps and therefore need to change my approach.
Thanks in advance