Thanks
PS: If not possible, is there a way to redirect your appspot.com URL to your custom URL?
21–27 of 27 posts
Thanks
PS: If not possible, is there a way to redirect your appspot.com URL to your custom URL?
Apart from being the tipping point - nudging me to start out on my own with its liberal free quotas, I should also thank Google App Engine for not supporting Java during the initial release and thus exposing me to Python. Coming from corporate Java and RDBMS world, the non-RDBMS datastore (BigTable), Python and having to scale while being more resource conscious, have all been pleasant experiences.
I have the feeling this is an old question, but I can't find a specific answer. Is it possible to host a Google App only with your custom domain while disabling the appspot.com URL? I could understand this being a restriction on free accounts, but does it also apply to paying customers? Thanks PS: If not possible, is there a way to redirect your appspot.com URL to your custom URL?
Anyway, the simplest way to do this will be to redirect requests received on the appspot domain to your custom domain, from within your code.
Apart from being the tipping point - nudging me to start out on my own with its liberal free quotas, I should also thank Google App Engine for not supporting Java during the initial release and thus exposing me to Python. Coming from corporate Java and RDBMS world, the non-RDBMS datastore (BigTable), Python and having to scale while being more resource conscious, have all been pleasant experiences.
Just out of curiosity, what tools (text editor, shell, IDE, etc.) do you use when working on GAE?
I have the feeling this is an old question, but I can't find a specific answer. Is it possible to host a Google App only with your custom domain while disabling the appspot.com URL? I could understand this being a restriction on free accounts, but does it also apply to paying customers? Thanks PS: If not possible, is there a way to redirect your appspot.com URL to your custom URL?
Until they speed up the datastore by a factor of 10 the app engine just isn't a viable platform. They don't even use it internally for that very reason (this is coming from colleagues who work there.)