Running your own GAE server
Posted
by h2g2java
on Stack Overflow
See other posts from Stack Overflow
or by h2g2java
Published on 2010-03-28T09:29:00Z
Indexed on
2010/03/28
9:33 UTC
Read the original article
Hit count: 472
The question http://stackoverflow.com/questions/2505265/how-difficult-is-it-to-migrate-away-from-google-app-engine triggered me to think about this issue again.
I have read of someone running, production-wise, Google app engine development version on their own server.
My questions are:
Are there any security issues running GAE development on your own server in production mode and exposing it to the www? If so how to mitigate them?
Can GAE dev be run on Amazon? Is it possible to port my GAE apps running on Google servers to a GAE running on Amazon, without code changes, but without changing any reference in using other gdata services such as google docs, youtube, gmail, etc.
How to configure GAE dev server to use my own hadoop? Or to use Amazon's hadoop?
© Stack Overflow or respective owner