I have a Spring-boot gradle application which is not having any web pages.This application is having REST api's which are successfully getting called when i am running it as a Spring boot application.
Now after generation war from gradle, when i am trying to deploy it in apache-tomcat-8.0.35, it's getting deployed and directory structure is as follows:-
but now i am not able to access my REST api with tomcat port 8080. I have already checked tomcat is up at http://localhost:8080. On calling the REST Api I am getting the below error:
HTTP Status 403
Can anybody please help me with this.
Thanks