Hi JakeP
Can you please give me specifics on how to get the backend instance to
appear in the "Backend" tab within my app engine admin portal?
I've got the following inside my backend.xml
<?xml version="1.0" encoding="UTF-8"?>
<backends>
<backend name="sortgame">
<class>b2</class>
<instances>1</instances>
</backend>
</backends>
It deploys fine. However, it still doesn't appear in the "backends" tab
inside my app engine admin portal
What's the actually appcfg.py command you used?
Without a concrete example, I'm not really sure what the document <dir> or
[backend] variables (as listed at
http://code.google.com/appengine/docs/java/backends/overview.html#Commands)
Cheers!
--
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.