you have to setup your app to handle the request for the root url of
your domain.
look at the guest book sample 
http://code.google.com/p/google-app-engine-samples/source/browse/trunk/guestbook
look at app.yaml, see how it maps /.* to guestbook6_templates.py?

now see how the MainPage class of guestbook6_templates.py creates a
response with index.html template file.

if you replace index.html with yours, your page will load for the main
page of the site.

then read 
http://code.google.com/appengine/docs/python/gettingstarted/uploading.html
on how to upload your app.

-John



On Dec 19, 4:03 pm, arpit dawda <[email protected]> wrote:
> hello
>         I have an active google app engine account. I have created an
> application. Now its time to approve domain ownership by FPT a html file to
> that but i am not getting that file to server.
> Could u suggest me some solution???
> Everytime when i try to connect this server i always get an ERROR in
> authentications.
> ERROR :::    530 Login authentication failed
>
>  i m using my app engine  login and password for authentication.
> Plz tel me if i m making any mistake.
>
> --
> ARPIT DAWDA

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.


Reply via email to