On your "home" machine you will need to install Python 2.5 and edit the app.yaml to include each of the static files. There are some solutions out there that do this for you search "Appengine Cloud Storage" and "appengine Static files"
The advantage of doing it with app.yaml over the canned solutions is you can set the Caching to expire far in the future (2 days) so that you don't have as many calls to your server. From: [email protected] [mailto:[email protected]] On Behalf Of tubin gen Sent: Wednesday, March 16, 2011 8:04 AM To: [email protected] Subject: [google-appengine] Re: app for static html pages please guide me how can to do this , I don,t want to use java or python but just static html pages, please advice me -- 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. -- 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.
