I\'ve mapped the Spring MVC dispatcher as a global front controller servlet on /*.
/*
If you use Tomcat, you can map resources to the default servlet:
default /static/*
and access your resources with url http://{context path}/static/res/...
Also works with Jetty, not sure about other servlet containers.