I have a servlets project called LoginPortal. In this project, I intend to add an html called login.html and a css file called login.css . I added them to Webcontent folder which is where I added other html files that I created in project it self.
Besides login.html and login.css, all other files were created n the project only and so work just fine.
The directory structure now looks like this:

However , I still get 404 error when I try to access this html file added externally :

URL :http://localhost:8080/LoginPortal/login.html
What could be the possible reasons ?