Prior upload,

delete all GWT class files, you don't need them because they are converted 
to js files.

add or replace the following in appengine-web-app

    <static-files>
        <include path="/**.ico" />
        <include path="/static/**.*" expiration="30d" />
    </static-files>

    <resource-files>
        <include path="/data/**.*" />
        <include path="**.rpc" />
        <exclude path="**.css" />
        <exclude path="**.gif" />
        <exclude path="**.jpg" />
        <exclude path="**.js" />
        <exclude path="**.png" />
        <exclude path="**.bin" />
    </resource-files>

Make a backup of your project directory before applying the above and match 
the directory names.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/6b_rYjo4m5YJ.
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.

Reply via email to