posted 11 years ago
Hi,
I'm using Spring 3.0.5. I have a folder, "static" at the root of my web app. I would like to map all URLs whose request begins with "static/" to this folder in my web app. Given that I already have this in my web.xml ...
How do I configure a view resolver for my static content? Thanks, - Dave