The example documentation says that you simply need to place your files in war/ (or a subdirectory) and they should be accessible from the host (as long as they aren\'t JSPs or
When using e.g tomcat for serving static files one has to specify the patterns like this:
default *.css default *.js
Maybe you could try to do the same?