I'm building maven project, with Spring and AngularJS. The problem is that I got index.html under src/main/webapp/index.html And I always get 404 not found when I trying to reach main page of my app. Here's project structure:
And I also added
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
To web.xml but id doesn't help
EDIT: I'm trying to reach the index.html page with:
localhost:8080/myapp