Re: [google-appengine] Re: How to secure the SDK

2012-03-14 Thread Aidan O'Kelly
Still should be a network security concern, ie, setup a secure vpn, or allow limited access to a range of IP's through your firewall. The java version of the SDK at least, has a -bindAddress option. Binding to 127.0.0.1 will mean the server will only listen for requests from your machine. (It set i

Re: [google-appengine] issue with objectify

2011-11-10 Thread Aidan O'Kelly
DefferedTask's are serialized, so the field 'Objectify objectify' is causing the error. On Thu, Nov 10, 2011 at 8:12 PM, Deepak Singh wrote: > public class DBMailTask implements DeferredTask { > Objectify objectify = ObjectifyService.begin(); > String subject = null; > String body = null; > S

Re: [google-appengine] Re: Application unreachable (by some users) by Google Apps domain name set with CNAME to ghs.google.com

2011-09-30 Thread Aidan O'Kelly
Are all the affected users/locations using one ISP. ? I would try and isolate where the DNS is failing, its probably one DNS server that all of these locations use, and its having trouble for whatever reason. Asking your users to use google's dns may be your only option. (or possibly you could send