[appengine-java] Set a header of text/cache-manifest when a .manifest file is downloaded.

2011-08-25 Thread Larry Strickland
Hi, I've been using the Google App Engine for Java to create a few interesting apps. I'd like to further develop one of these for the iPhone. It is possible to have the iPhone remember a web page to make it look like an App. To do this you need to specify a manifest file to tell the iPhone

Re: [appengine-java] Set a header of text/cache-manifest when a .manifest file is downloaded.

2011-08-25 Thread Shawn Brown
Hi, It is possible to have the iPhone remember a web page to make it look like an App.  To do this you need to specify a manifest file to tell the iPhone what to cache. I think you are talking about html5 offline support -no? Works with 'droid too right? The .manifest file must have a header

[appengine-java] Set password for appcfg.sh update

2011-03-22 Thread Benjamin Muschko
Hi, Is there way to use a pre-defined password (e.g. set as a parameter or from some file) for the update task (http://code.google.com/appengine/ docs/java/tools/uploadinganapp.html)? Unfortunately, I couldn't find an appropriate parameter. I'd like to upload my app to App Engine as part of an

[appengine-java] Set Secure Flag on session cookie.

2010-11-01 Thread Matthew Johnson
Hello, all, I'm working on integrating an app with Salesforce right now, and the security review team is requesting that we set the secure flag on all of our cookies. This is a great policy, and I'm happy to enforce, but I'm using the JSESSIONID cookie as part of an OpenID library, and I haven't

Re: [appengine-java] Set all dashboard times to local time

2010-05-24 Thread Ikai L (Google)
I'm afraid not. You'll want to star the issues that are important to you: http://code.google.com/p/googleappengine/issues/list?can=2q=time+zonecolspec=ID+Type+Status+Priority+Stars+Owner+Summary+Log+Componentcells=tiles

[appengine-java] Set all dashboard times to local time

2010-05-22 Thread Didier Durand
Hi there, The time of day for all dashboard infos / logs seems to be set to US West Coast time. Is it possible to change it to my local time (Europe) to avoid delta calculations each time I read time infos or want to set cron jobs at night for me? regards didier -- You received this message

Re: [appengine-java] Set cache expiration time for many static files (GAE+GWT)

2010-01-04 Thread Don Schwarz
I believe that the suggested configuration for GWT is: static-files include path=**.nocache.* expiration=1s/ include path=** expiration=30d/ /static-files Does that work? If not, please send me your web.xml and appengine-web.xml (privately if you want) and I'll determine why this

[appengine-java] Set cache expiration time for many static files (GAE+GWT)

2010-01-01 Thread Nohu
Hello I am developing some application written in GWT on App Engine. I'm on optimalization stage, so i want to allow browsers to cache as much of static files as possible. If I don't put any static files in appengine-web.xml directly, App Engine threat all files in war directory as static files

[appengine-java] Set the

2009-12-23 Thread George Moschovitis
system-properties property name=java.util.logging.config.file value=WEB-INF/ logging.properties/ property name=user.timezone value=Europe/Athens/ /system-properties -- You received this message because you are subscribed to the Google Groups