I have an application that doesn't store any data at all. It was created before the introduction of HRD and written in Python. Now I rewrote it in Go and I want to deploy it on the same domain. And I can't, because Go requires the HRD :-(
I've deployed it on another just to check that it works (I'm a trusted Go runtime tester, so it does). But I want to deploy it on the same domain that currently refers to the old version. Removing the old one isn't an option, I can't afford any downtime. Is setting up a redirection script on the old one the only option out there? -- Old: http://webgradients.appspot.com New: http://webgradients-go.appspot.com -- 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.
