I try to update my application with appcfg command. The trouble is that appcfg doesn't update a static file so that my application uses an older version.
I don't know if it the reason of the problem, I updated my application from a first directory, and now I try again from another directory. But the appengine-web.xml references the same application id. My static file is loaded only when init the main Servlet of my app. But I think that the new version of my app is in a different context so that the file is loaded again. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
