Running your own GAE server
- by h2g2java
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?