I have a quick question and wonder if anyone has come across this issue before?
I am trying to read a file from my classpath into a .jsp with spring but I keep getting a 404 even when the url is correct.
eg
/var/lib/tomcat7/webapps/ROOT/WEB-INF/classes/file/MyProcess.bpmn
The file is available in the browser from the above url but not through the .jsp in the Spring Framework where a 404 (Not Found)is returned.
Has anyone come across this problem before?