On May 12, 11:50 pm, shappy <[email protected]> wrote:
> Hi, I am going to start making a website for a company.
Great :)

> currently I want to know how I can make urls for google apps engine.
>
> when I upload my app to google how would I know the urls that will be
> part of the application? do I have to specifiy it with google app
> engine sdk  or is it online managment panel?

When you create a new application, you have to specify the application
id (in online magamenent panel). This is a unique id, through which
your application is identified amongst all other applications build on
AppEngine. Your appspot URL will be
<application-id>.aspppspot.com.

> the reason i as is because I need to make a  url like  www.domain.com
> and one like   dev.www.domain.com
> one url is for testing purposes and the other is the live url of the
> website.

For development purposes, the SDK provides a local web server. It will
be on your machine. The production will be <app-id>.appspot.com. For
creating urls like http://domain.com and http://www.domain.com, you
need to do appropriate mapping in the Dashboard of your website's
cpanel. If it has been bought from google via google apps its easy.
refer http://code.google.com/appengine/kb/general.html#naked_domain

> Also is their any way I can search the app id  of a url ?

http://<app-id>.appspot.com

> cause I worked on  a website that I just made modifications. A
> previous programmer made the base of the site and he setup the
> website. He told me about an app that would upload it to something
> it:  dev.domain.com
>
> the problem is that he forgot the applications name. so I am finishing
> up that site and soon I will need to know that app name.

> Is their any way I can search for the app name if I have the url that
> app name points to?
You can look into the cpanel domain forwarding and masking, if there
is any entry for <app-id>.appspot.com or if it has been purchased
through Google Apps, then look under the appengine services tab.

--
Cheers

Pranav Prakash

"This life is more than ordinary"
--~--~---------~--~----~------------~-------~--~----~
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