views:

373

answers:

1

Does anyone know a good tutorial on this? What Tomcat version must be used?

A: 

You can't use Tomcat to run an App Engine app (unless it doesn't make use of any App Engine specific APIs - in which case, configure it as you would for any other servlet app). You need to use the provided SDK, or the Eclipse plugin, documented here.

Nick Johnson