I\'ve mapped the Spring MVC dispatcher as a global front controller servlet on /*.
/*
In Embedded Jetty I managed to achieve something similar by adding a mapping for the "css" directory in web.xml. Explicitly telling it to use DefaultServlet:
DefaultServlet org.eclipse.jetty.servlet.DefaultServlet DefaultServlet /css/*