I know this question has been asked many times, but I\'m not able to figure out what the problem is. I have the images folder under the src/main/webapp folder (this a maven
If you want to keep the static resources outside the WEB-INF folders in your web root and want the container to handle the static resource requests, you should add this to your application context file:
The suggestion by @BeauGrantham to add resources mapping will also work.