Hi Jake,

Can you give me the exact command you used?
I'm not sure how to use appcfg.sh for the backend features. I'm actually
planning to use the affcfg.py (which I believe is the same but just the
python version)

So what are the <dir> and [update] values supposed to be to make these
backends.xml appear in the admin UI?

My best guess is:
appcfg.py ~/myapp/war/WEB-INF/appengine-web.xml backends update

I dont think that's correct and want to know what you typed to get it to
appear in the admin UI.

Thanks!

On Mon, May 16, 2011 at 3:29 AM, JakeP <[email protected]> wrote:

> 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.
>
>

-- 
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