2

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:

enter image description here

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 
Michael Markidis
  • 4,163
  • 1
  • 14
  • 21
Iwnow
  • 143
  • 2
  • 5
  • 12

0 Answers0