Hi, I'm pretty much stumped by this one. I've got a file named "crossdomain.xml" in my war directory. When I run via eclipse locally, I can get that file just fine in my browser at:
http://localhost:8888/crossdomain.xml Now, if I deploy my app to Google, I can access the servlets just fine at http://{my-app-id}.appspot.com/, but if I try to get http://{my-app-id}.appspot.com/crossdomain.xml or any other static file in the "war" directory itself, I get a 404. I am using a default appengine-web.xml setting for static files, meaning that I am not specifying <static-files> at all. The docs say I should not have to (and I've tried specifying <include path="/*" /> and that changes nothing at Google -- though I can prevent my local server from serving files by being really restrictive with <static- files>). It's sort of like my local server respects all the settings and defaults, and Google has just decided not to serve static files at all. Any ideas? -- Dan -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
