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
Try manually defining the static files in appengine-web.xml like
This works for me even with servlets like
testServlet /
and
testServlet /*
See Static Files and Resource Files