Your question, although not the answer that worked, got me to thinking
about whether the html file itself was properly defined, because
before I used OpenOffice to create the html document and this time I
used Google Docs to create the html document, and that was the
problem. For whatever very stra
Hi,
Is you Summary.html properly defined as a static file ? See how-to in
http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files.
If not defined directly (or via a containing directory), GAE won't be
able to serve it to your application. Hence the 404.
r