[appengine-java] Re: Bulk log download

2011-01-18 Thread iodsfjoipsdfi ijsdpfijd
Nobody? -- 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 google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

[appengine-java] Bulk log download

2011-01-13 Thread iodsfjoipsdfi ijsdpfijd
I'd like to download all my logs to a file with appcfg.py. I don't use app.yaml, but I wrote a very simple one: application: myAppId version: 1 runtime: java I use this command: python appcfg.py --append request_logs app.yaml path logs.txt And I always get: Value 'java' for key runtime does

[appengine-java] timestamp check failed error

2010-06-02 Thread iodsfjoipsdfi ijsdpfijd
Hi, I deployed some of my GAE apps to the production server some months ago and it worked perfectly. Recently I haven't been using GAE but now I have to. When I try to deploy my app to the production server I always get this error log: Unable to update: javax.net.ssl.SSLHandshakeException:

[appengine-java] JSP Direct Access

2010-02-23 Thread iodsfjoipsdfi ijsdpfijd
Hi, How do I restrict direct access to files in my GAE app? Especially JSP files. This is not working on GAE: security-constraint web-resource-collection web-resource-nameAll JSP Pages/web-resource-name url-pattern/jsp/*/url-pattern http-methodPOST/http-method http-methodGET/http-method