0
votes

I deployed spring boot war file on ec2 instance under tomcat's webapps folder (ROOT.war) and extract file but in webapps folder WEB-INF folder created instead of ROOT,I rename WEB-INF to ROOT and try to access API via postman that time 404 error showing

1

1 Answers

0
votes

Dont try to rename the Web-INF directory. Also, what port are you trying to access the application?