[appengine-java] Re: datanucleus-appengine

2010-12-05 Thread George Moschovitis
On Dec 4, 6:56 am, John Howe jhowe...@gmail.com wrote: Is that another wave I see on the horizon ... the news on the cloud-portability front are disappointing too: https://jira.springsource.org/browse/ROO-1797 Remove support for DataNucleus 1.x and Google App Engine Since none of Roo's

[appengine-java] Re: datanucleus-appengine

2010-12-05 Thread Ian Marshall
I am encouraged by the contributions from Ikai and Max. I forgot to mention in my earlier post one reason I elected to use JDO as my interface to the datastore: to maintain the capability to port my application to another hosting service without too much work. That being said, I have no

Re: [appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Fabrizio Accatino
Ian, I had read your previous post (2010-04-15). As you wrote, I'd also like to find a more authoritatively response. But I haven't found it. :( fabrizio On Sun, Dec 5, 2010 at 11:47 AM, Ian Marshall ianmarshall...@gmail.comwrote: Does this post help?

[appengine-java] Re: Checking admin priviledges using UserService in a cron/task-queue task execution

2010-12-05 Thread andrew
Thanks Didier. I will look into it while waiting to see if Google can respond on what the UserService returns in this case and if it can be used. My first thought was that it would be pretty easy for someone to construct a request with those headers present and valid values (especially for the

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Rajeev Dayal
Hi, If you navigate to Project Properties - Google - Web Application, do you have the option Launch and deploy from this directory checked? If so, when you switched SDKs on your project, the Google Plugin for Eclipse should have copied over the new libraries from the SDK over to your

[appengine-java] Is warm up requests enabled or disabled by default? (Documentation disagrees)

2010-12-05 Thread Maxim Veksler
Hello Guys, This page http://code.google.com/appengine/docs/java/config/appconfig.html#Warming_Requests says *Warming requests are also enabled by default if you configured your Java application with app.yaml. For details, please refer to Java Application Configuration Using

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Jaroslav Záruba
Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I upgrade GAE/GWT Eclipse plugin or SDK I end up doing clean install of Eclipse. :( On Dec 5, 7:36 pm, Rajeev Dayal

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Nick
Same error...JSPs are not working with 1.4.0 On Dec 5, 6:58 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Same error, syncing the JARs has not helped. :( It appears to me there's still hiding one incompatible (Jasper?) library somewhere. I guess I just have bad luck. Every time I

[appengine-java] big table parent-child

2010-12-05 Thread asianCoolz
if have i have pojo like categoryA - subcategoryA-- book relationship. subcategoryA is child of parent categoryA. book is child of subcategoryA in this case, everything is inside same entitygroup if i need to move 'book' to another subcategory-B. i need to delete subcategoryA and categoryA, and

Re: [appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Fabrizio Accatino
Sorry Ian, I don't understand. Do you delete the local datastore and create it again? If yes, how? Fabrizio On Sun, Dec 5, 2010 at 5:16 PM, Ian Marshall ianmarshall...@gmail.comwrote: I have a test local datastore. I also have a procedure now to delete this whenever I install a new GAE/J

[appengine-java] InvalidValueException: Non-incrementable value for key ...

2010-12-05 Thread Lior Harsat
Hi, I've been getting an InvalidValueException: Non-incrementable value for key... In my logs from time to time. This exception is thrown by a call to MemcacheService.increment(Object key, long delta, Long initialValue). The value I am incrementing is an integer. The documentation states that

[appengine-java] War fails to deploy locally due to FactoryConfigurationError

2010-12-05 Thread ankur
Hello, I am trying to deploy the sample app on local machine but getting the error below. The server starts but the application fails to deploy . This is confusing to me as only the appengine and standard java libraries are on the build path. Environment: Google App Engine Java SDK 1.4.0

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Mike
I fixed this problem by making sure that App Engine SDK 1.4.0 is first in my Java Build Path in the Order and Export and changing my GWT SDK to 2.1.0 -- 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

[appengine-java] Re: Tic Tac Toe not there

2010-12-05 Thread abcdroid
Thanks. live demo here: http://goo.gl/Y1mbz -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Local datastore empty after updating to SDK 1.4.0

2010-12-05 Thread Nello
I've seen this in the past. As far as I can see it's par for the course. The GAE developers have very little respect for our test data. I'm still worried about taking any of this to production because it is so obviously in permanent beta. On Dec 5, 1:40 am, Fabrizio fht...@gmail.com wrote: I

[appengine-java] Spring Security login problem with IE8 for app within frame (on GAE)

2010-12-05 Thread Nello
Hi, I've built a Spring 3.0.2 app on GAE using Spring Security for authentication that works just fine for all browsers tested, EXCEPT... I'm using Google App Engine and so ended up with one of those horrible xxx.appspot.com addresses for the project. So, I'm using domain forwarding from GoDaddy,

[appengine-java] Tic Tac Toe live demo

2010-12-05 Thread abcdroid
http://channel-remote.appspot.com/ -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-12-05 Thread MarkH
I'm still having Eclipse console logging issues with 1.4.0. (OSX10.6.5/ Helios). I tried the following: 1. Used the Eclipse plugin to generate a new GWT/AppEngine app. 2. Added a java.util.logging.Logger to the GreetingServiceImpl 3. Added logger.fine(test); to the greetServer call 4. set

[google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-05 Thread AmaltasCoder
Ok, a bit more explanation: The problem with creating Login URL's like mentioned above is that even yahoo.com etc. starts to work when I only want Google Account and Google Apps to work. Is there any good reference implementation that leaves the OpenID heavy lifting to UserService? and works for

[google-appengine] Experiencing 500 errors on appengine.google.com

2010-12-05 Thread Nick Renny
Very slow performance on appengine.google.com - resulting in several 500 errors. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send

Re: [google-appengine] Appengine datastore performance

2010-12-05 Thread Wim den Ouden
Hi Nick, Was playing (and learning) with mapreduce but i'm starting to try to do a kind of mapreduce myself, flexible, better integrated ( http://code.google.com/p/relat/wiki/gaetips#Mapreduce), more possible maybe a bit slower. gr wim On Sat, Dec 4, 2010 at 3:25 PM, nick nhpub...@googlemail.com

[google-appengine] Re: Reliability of Channel API messages?

2010-12-05 Thread Jason Collins
Thanks Moishe. Channel set-up time (the time between when you call goog.appengine.Channel.open and when your socket.onopen callback gets called) can be longer, sometimes up to 10 seconds or so. This very likely explains the behaviour I was seeing. j On Dec 5, 12:57 am, Moishe

[google-appengine] having trouble with uploading app

2010-12-05 Thread Kuber
I cannot upload my apps with appcfg.py anymore. I'm on windows vista and installed appengine python 1.4.0. I used to manage my apps with appcfg.py. But recently I cannot upload apps anymore. I have been seeing these messages no matter I upload or rollback my apps : Usage: appcfg.py [options]

[google-appengine] Re: Do I have to implement /_ah/warmup

2010-12-05 Thread Jason Collins
In Python, they are disabled by default (http://code.google.com/ appengine/docs/python/config/appconfig.html#Inbound_Services), so if you're seeing them, and your app.yaml is not configured for warmup, it's likely a bug. In Java, they're on by default (http://code.google.com/appengine/docs/

Re: [google-appengine] Authentication error on appcfg

2010-12-05 Thread Michael P. Reilly
Thank you, Robert. That got me by the authentication error once, but once it started updating, appcfg aborted with: Server: appengine.google.com. Scanning files on local disk. Initiating update. 2010-12-05 08:17:07,141 ERROR appcfg.py:1818 An unexpected error occurred. Aborting. Traceback (most

[google-appengine] Re: having trouble with uploading app

2010-12-05 Thread Tim Hoffman
What is the command line arguments that you using ? T On Dec 5, 10:19 pm, Kuber polo...@gmail.com wrote: I cannot upload my apps with appcfg.py anymore. I'm on windows vista and installed appengine python 1.4.0. I used to manage my apps with appcfg.py. But recently I cannot upload apps

[google-appengine] Quotas - Deployment limit

2010-12-05 Thread Tim Meadowcroft
Just reviewing the Quotas documentation and saw this http://code.google.com/appengine/docs/quotas.html#Deployments Deployments The number of times the app has been uploaded by a developer. The current limit is 1,000. This might sound like a dumb question, but is that a daily limit ?? It

[google-appengine] Re: Is there anyone here who uses Images Python API?

2010-12-05 Thread Zeynel
On Dec 4, 8:34 pm, Chris Copeland ch...@cope360.com wrote: You must use urlfetch to http post to the blobstore upload handler. Hi, The below code seems to work. But now I want to pick up the data part of an attachment and write that to the datastore.

Re: [google-appengine] Quotas - Deployment limit

2010-12-05 Thread Stephen Johnson
That's a daily limit. On Sun, Dec 5, 2010 at 9:12 AM, Tim Meadowcroft meer...@gmail.com wrote: Just reviewing the Quotas documentation and saw this http://code.google.com/appengine/docs/quotas.html#Deployments Deployments The number of times the app has been uploaded by a developer.

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-05 Thread NealWalters
lazytest.py import framework class TestHome(framework.RequestHandler): def get(self): self.response.out.write('h1Hello Lazy World/h1') testHomeHandler = TestHome() part of main.py: import framework application = framework.WSGIRouter() application.connect('/',

[google-appengine] Re: Channel API quota

2010-12-05 Thread Austin
But as I understand, client ids don't have to be a one-to-one mapping to users. If you need to be able to handle multiple tabs/windows, you would need a different client id for each tab, regardless of whether or not you intend to reuse tokens. I'm envisioning something like this: Client A

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-05 Thread NealWalters
Maybe I'm getting way off track here, but I'd like to get my site back working today. Should framework.py look like this? (This is based on Nick's prior blog: http://blog.notdot.net/2010/01/Webapps-on-App-Engine-part-1-Routing) I'm all for learning, but I need to get my website fixed ASAP

[google-appengine] Always-On Cost/Billing 1.4.0?

2010-12-05 Thread NealWalters
Where can I go to find the cost of the always on feature in 1.4.0? Thanks, Neal Walters -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group,

Re: [google-appengine] Always-On Cost/Billing 1.4.0?

2010-12-05 Thread Joshua Smith
Billing settings. It's $0.30 / day On Dec 5, 2010, at 1:40 PM, NealWalters wrote: Where can I go to find the cost of the always on feature in 1.4.0? Thanks, Neal Walters -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

[google-appengine] Re: Always-On Cost/Billing 1.4.0?

2010-12-05 Thread NealWalters
Thanks. Was that posted somewhere, or you have inside info? Neal -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

Re: [google-appengine] Re: Always-On Cost/Billing 1.4.0?

2010-12-05 Thread Barry Hunter
Its mentioned in the blog post: http://googleappengine.blogspot.com/2010/12/happy-holidays-from-app-engine-team-140.html Or on the 'billing settings' page of the appengine console as Joshua Smith mentioned. On 5 December 2010 18:53, NealWalters nealwalt...@nealwalters.com wrote: Thanks.  Was

[google-appengine] Re: Win32 level of error messages in GAE

2010-12-05 Thread laboo
Yes, you are correct, Tim. I was misreading the error. The error was an implicit query: for x in self.things: where self.things, behind the scenes is, of course, a query. My overall point though is the nature of the messages. Imagine this from a compiler: line 13: Uninititalized variables not

Re: [google-appengine] Authentication error on appcfg

2010-12-05 Thread Robert Kluin
Hi Arcege, I just scanned the output quickly, but looks like timeouts trying to connect. Also, are you behind a proxy? Robert On Sun, Dec 5, 2010 at 09:54, Michael P. Reilly arc...@gmail.com wrote: Thank you, Robert. That got me by the authentication error once, but once it

Re: [google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-05 Thread Robert Kluin
Hi Neal, It is probably confusing because you're looking at sections of a series of articles on writing your own framework. http://blog.notdot.net/2010/01/Writing-your-own-webapp-framework-for-App-Engine You may want to look at using the routing from webapp-improved, or the router code

[google-appengine] Re: Win32 level of error messages in GAE

2010-12-05 Thread laboo
Yes, I agree, Robert, more documentation isn't always better documentation. And the point about too much doco leading to much of it getting outdated is a very good one. I still think that GAE, especially the datastore, is very tough for the average developer to get his/her head around. I think

Re: [google-appengine] Re: Win32 level of error messages in GAE

2010-12-05 Thread Robert Kluin
You are totally correct, the datastore is extremely tricky to get your head around. I think it is very easy to underestimate the differences between the approaches needed to work with the datastore and more common relational databases. On Sun, Dec 5, 2010 at 14:42, laboo mlibu...@gmail.com

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-05 Thread NealWalters
Perfect, much easier. Looks like Nick's blogs were good for when I want to understand more about the plumbing, but webapp-improved was more the out-of-the-box experience that I was looking for. Thanks, Neal -- You received this message because you are subscribed to the Google Groups Google

Re: [google-appengine] Authentication error on appcfg

2010-12-05 Thread Michael P. Reilly
Thanks Robert, No, just a standard Ubuntu home router/firewall ISP internet setup. I try not to do this through work to introduce issues with their networks (firewall authentication is a pain there). Traceroute output is: traceroute to appengine.google.com (173.194.33.100), 30 hops max, 60

[google-appengine] Problem with ReferenceProperty

2010-12-05 Thread Serega.Sheypak
Hi, please help me to find sillt mistake, I'm trying to create many-to- one relation using this guide: http://code.google.com/intl/en/appengine/articles/modeling.html Please, see my code: #BlogPost.py from google.appengine.ext import db #Keeps Posts class BlogPost(db.Model): author =

[google-appengine] Re: Problem with ReferenceProperty

2010-12-05 Thread Serega.Sheypak
from blog.model.BlogPost import BlogPost The first BlogPost is for .py file name, the second is for class name. I thought, that python would understand that in need to import class because it has the file and the class name are the same. I'm bad in python. :( -- You received this message

[google-appengine] Is it possible to change the time in the Dashboard/logs...

2010-12-05 Thread Zeynel
... to my local time? Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: DeadlineExceededError: This request caused a new process to be started for your application

2010-12-05 Thread NealWalters
Here's one more reminder note for anybody else that goes with any lazy- loading technique. You exchange compile time errors for run-time errors. So after I changed my 200+ pages to lazy-loading, I then had to manually test all of them (and still afraid I might have missed some). WebApp-Improved

Re: [google-appengine] Is it possible to change the time in the Dashboard/logs...

2010-12-05 Thread Chris Copeland
You can star this issue: http://code.google.com/p/googleappengine/issues/detail?id=734 There are also some comments there with browser scripts to do the conversion locally. -Chris On Sun, Dec 5, 2010 at 3:57 PM, Zeynel azeyn...@gmail.com wrote: ... to my local time? Thanks -- You

[google-appengine] Re: Authentication error on appcfg

2010-12-05 Thread NealWalters
I had problems uploading (from Win7) for about 30 minutes. It was complaining about SSL and told me to install some SSL python library. I had trouble getting it to install. Anyway, after 30 minutes or so, things started working as normal (the error just went away). Neal -- You received this

[google-appengine] Re: having trouble with uploading app

2010-12-05 Thread Kuber
I use the followings: appcfg.py update myappid/ appcfg.py rollback myappid/ it's weired that the google appengine launcher runs the deployment well while I have this problem with command line. I have to rollback one app but the launcher on Windows doesn't have this function. On Dec 5, 11:18 pm,

[google-appengine] Re: Is it possible to change the time in the Dashboard/logs...

2010-12-05 Thread Zeynel
On Dec 5, 5:53 pm, Chris Copeland ch...@cope360.com wrote: You can star this issue:http://code.google.com/p/googleappengine/issues/detail?id=734 Thanks, Chris. I didn't realize there was an elapsed time at the top and bottom: ‹ Prev 20 1-20 Next 20 › (Top: 0:01:46 ago) so at least this is

[google-appengine] Re: Why the app is sending the email even though the handler is not called?

2010-12-05 Thread Zeynel
See also this question: http://stackoverflow.com/questions/4362350/google-app-engine-keeps-creating-new-user-why Google App Engine keeps calling register.py and creating a new user. Do you know why? But this happens only if I create the user first; otherwise register.py is not called. On Dec

[google-appengine] GData Connector for Bulkloader

2010-12-05 Thread AppEngine Calvin
I just uploaded a ConnectorInterface for the App Engine bulkloader that uses the gdata API to upload/download data to/from a Google Docs spreadsheet. http://code.google.com/p/bulkloader-gdata-connector/ It works on my machine, and I wrote a wiki page with instructions, so hopefully others will

Re: [google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-05 Thread Robert Kluin
I know it is not ideal, but perhaps after a user log in your could check the user_id property? If the email address is not associated with a Google account, user_id returns None. http://code.google.com/appengine/docs/python/users/userclass.html#User_user_id Robert On Sun, Dec 5,

Re: [google-appengine] Re: Always-On Cost/Billing 1.4.0?

2010-12-05 Thread James Broberg
Change budget gives you the option to switch it on. On 6 December 2010 06:07, Barry Hunter barrybhun...@gmail.com wrote: Its mentioned in the blog post: http://googleappengine.blogspot.com/2010/12/happy-holidays-from-app-engine-team-140.html Or on the 'billing settings' page of the appengine

Re: [google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-05 Thread James Broberg
I don't really get why you want to use OpenID if you are limiting your users to Google Google Apps accounts? cheers James On 5 December 2010 20:54, AmaltasCoder agarwalmegh...@gmail.com wrote: Ok, a bit more explanation: The problem with creating Login URL's like mentioned above is that

[google-appengine] Re: Why the app is sending the email even though the handler is not called?

2010-12-05 Thread Zeynel
I seem to have found the error; see the SO thread. On Dec 5, 9:10 pm, Zeynel azeyn...@gmail.com wrote: See also this question:http://stackoverflow.com/questions/4362350/google-app-engine-keeps-cr... Google App Engine keeps calling register.py and creating a new user. Do you know why? But

Re: [google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-05 Thread Robert Kluin
You either have to use OpenID (federated login) or use your own authentication, which will probably also be OpenID, to use both Google and Google Apps accounts from the same application. Otherwise you are restricted to either 1) only Google accounts or 2) exactly one Google Apps domain. Robert

Re: [google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-05 Thread James Broberg
Ah that makes sense. I was under the impression that the Users API worked with Google Accounts *and* accounts on your own Google Apps domains, but it's an either/or proposition as you say. If you are using Java, a filter is a good approach to handle this. I use this approach to restrict my users

Re: [google-appengine] Do I have to implement /_ah/warmup

2010-12-05 Thread Nick Johnson (Google)
The purpose of warmup requests is to give your app the opportunity to load all the libraries it needs and do any other initialization work required, before it serves user-facing requests. If you have a catchall handler, then serving a 404 is probably doing that, but having a do-nothing handler is

Re: [google-appengine] Channel API as broadcast messenger

2010-12-05 Thread Nick Johnson (Google)
Hi Rafael, Why not simply embed the remaining time on the counter in the initial page, and have the javascript code handle things from there on? You can't trust users' clocks to be set correctly, but you can trust them to tick at the right rate. -Nick Johnson On Fri, Dec 3, 2010 at 11:27 PM,

[google-appengine] After closing Channel, opening a fresh one fails

2010-12-05 Thread Christoph Dietze
Hi there, I have some trouble with the Channel Service: When a client signs out of my application, I call socket.close() to close his/her channel. Now, that client is still on the same page and wants to reconnect: the server is using a fresh client ID and generates a fresh channel ID and passes

Re: [google-appengine] having trouble with uploading app

2010-12-05 Thread Philo Yang
are u sure write the right directory like appcfg.py update abc/? 2010/12/5 Kuber polo...@gmail.com I cannot upload my apps with appcfg.py anymore. I'm on windows vista and installed appengine python 1.4.0. I used to manage my apps with appcfg.py. But recently I cannot upload apps

[google-appengine] Re: ??? Configuration webapp_add_wsgi_middleware not recognized ???

2010-12-05 Thread willo
I also see Configuration webapp_add_wsgi_middleware not recognized i) in dev, a single error message upon starting dev_appserver.py, using SDK 1.4.0, but not 1.3.8 ii) in production, many error messages This occurs using the demo code for either appstats or gae-sessions, both of which call def

Re: [google-appengine] Experiencing 500 errors on appengine.google.com

2010-12-05 Thread Zhe Yang
it's more often to see 500 error these days,just press F5 2010/12/5 Nick Renny nickre...@gmail.com Very slow performance on appengine.google.com - resulting in several 500 errors. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: Getting my GAE site indexed on Google

2010-12-05 Thread Matt H
http://code.google.com/web/ajaxcrawling/index.html On Nov 26, 2:40 am, CedarLeaf cedarleaf.sys...@gmail.com wrote: Does any one have any pointers on getting my site indexed on Google? My site (http://www.cedarleafmusic.com) is a GAE/GWT site for tracking music artists and albums. Since my

[google-appengine] Re: Getting my GAE site indexed on Google

2010-12-05 Thread Matt H
http://code.google.com/web/ajaxcrawling/index.html On Nov 26, 2:40 am, CedarLeaf cedarleaf.sys...@gmail.com wrote: Does any one have any pointers on getting my site indexed on Google? My site (http://www.cedarleafmusic.com) is a GAE/GWT site for tracking music artists and albums. Since my

[google-appengine] datastore upload / import data from external systems

2010-12-05 Thread mey
Is there a tool already available to upload master data for entities from external systems such as Microsoft Access / Excel or xml file to the google app engine data store? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Enhancer error

2010-12-05 Thread akahige84
I got the same problem and it just solved. I don't know if this would work for you but I'll tell you what i did. copy the appengine-tools-api.jar file under ..\eclipse\plugins \com.google.appengine...\appengine-java-sdk..\lib and paste it under ..\workspace\..project name..\war\WEB-INF\lib good

[google-appengine] Re: Do I have to implement /_ah/warmup

2010-12-05 Thread Tomas Alaeus
Worth noting is that the documentation is wrong. The XML-tag to use to disable warmup requests in Java is warmup-requests-enabled and _not_ warming-requests-enabled. Maybe you can fix it Nick? :) On 6 Dec, 07:28, Nick Johnson (Google) nick.john...@google.com wrote: The purpose of warmup

[google-appengine] Re: Google Apps account login

2010-12-05 Thread AmaltasCoder
My GAE app only allows Google Account and Google Apps users. To login Google Apps users I provide a login page with a text box field asking them their email. In server side I simply extract the domain portion of the email and create login url using