I have a Spring MVC project i have some resources like images and pictures that is being called by the application. I am getting a 404 Not Found Error when i request the resources. E.g. I have a swf file his should be loaded with a page but it keeps giving the 404 message in firebug.
I have this file located outside the WEB-INF directory in a directory called swf. This was working previously and for some reason it stopped. Can someone assist me with the configuration details and location of where resources called by the application should be located. I am aware that files that the Spring container requests can be located inside the WEB-INF directory and all others must reside outside (i stand to be corrected on this).
File Structure:
-app
-src
-test
-db
-war
-images
-swf
-WEB-INF
-classes
-css
-js
-jsp
-lib
-photos
-tld