0

I cannot load static images. Did I miss anything here?

Here is my servlet xml file

servlet.xml

enter image description here

Project structure

enter image description here

And this is on my page

enter image description here

1 Answers1

1

Move your resources folder from WEB-INF into WebContent folder.

It should be at the same level as WEB-INF folder, not inside it.

zawarudo
  • 1,907
  • 2
  • 10
  • 20