Resource « Context « Spring Q&A





1. Spring : serving static resources outside context root    stackoverflow.com

in a web app, I need to serve static contents (images) located outside the application context directory. The overall application architecture requires me to use Tomcat to perform this. I thought ...

2. Getting a resource using application context?    forum.springsource.org

Hi, I have some jobs that run, using Spring's JobDetailBean. I need one of the jobs to read and write files, so I want to load them in using getResourceAsStream, but ...