Dennis,

You're half-way there :)

GAE won't create a backend for you until you use the appcfg.sh
'update' command to update the backends.
Check out the docs here:
http://code.google.com/appengine/docs/java/backends/overview.html#Commands


I also was really expecting the backends.xml file backends to show up
in the admin UI - because all the other xml config files (cron.xml
web.xml queue.xml) take effect as soon as you deploy. My guess is that
the GAE team didn't intend it to be this way or that it's necessary to
do that appcfg.sh step one reason or another.

As soon as you get the backend running, you may have a hard time
calling URLs on the backend. I got a "not ready" message a lot but
that seems to go away after a little while.

I'm having a hard time figuring out how to get the backend to run cron
scheduled tasks. If you figure out a good way to do that, let me know.
Thanks.

-jake

-- 
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 [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-java?hl=en.

Reply via email to