I solved it this way:
Spring MVC Dispatcher Servlet
/
default
*.jpg
default
*.png
default
*.gif
default
*.js
default
*.css
This works on Tomcat and ofcourse Jboss. However in the end I decided to use the solution Spring provides (as mentioned by rozky) which is far more portable.