Anyone up to creating a tomcat based alternative for GAE?

Posted by bach on Stack Overflow See other posts from Stack Overflow or by bach
Published on 2010-04-02T09:54:31Z Indexed on 2010/04/02 14:53 UTC
Read the original article Hit count: 290

Hi,

If we had the possibility to run GAE app without any code change on our servlet engine that would be great because:

  • in case that google changes their billing policy we can just jump to our own server or in case their current policy doesn't fit our app needs
  • we can do stuff which is not allowed in the GAE, compromising a 1 JVM, 1 DB
  • We don't actually need a distributed system but more of a realtime system with synchronize, true locking mechanisms, other servers/software installed on the server machine, socket interface etc...

Such a package should include at least:

  • TomCat (or equivalent)
  • DataNucleus Access Platform
  • (Task Queue service)

Any idea if it's easy to get such a thing or if it's already exist somewhere?

Thanks

© Stack Overflow or respective owner

Related posts about tomcat

Related posts about google-app-engine