Issue
I cannot load static images. Did I miss anything here?
Here is my servlet xml file
servlet.xml
src="https://i.stack.imgur.com/czZkn.png" alt="enter image description here" />
Project structure
And this is on my page
Solution
Move your resources folder from WEB-INF into WebContent folder.
It should be at the same level as WEB-INF folder, not inside it.
Answered By - zawarudo
Answer Checked By - Senaida (JavaFixing Volunteer)