user508483
user508483

Reputation:

Custom Domain for Google AppEngine Apps

I have been fooling around with Google App engine for few days, the question I wanted to ask was,

If i want to deploy the web app to custom domain does the server need to be hosted on Windows Server???

Upvotes: 1

Views: 195

Answers (1)

Robert Kluin
Robert Kluin

Reputation: 8292

No, you do not need a Windows server. You just need to sign-up for Google Apps, then add the application to the domain. If this is all you are using Google Apps for, then the free version will be fine.

I think you might have some misunderstandings about App Engine. With App Engine, your applications run on Google's servers, not yours.

Also, the I believe servers are Linux, not Windows.

If you are wanting to run your own servers 'using' App Engine Java check out AppScale.

Upvotes: 3

Related Questions