Does anyone know a good tutorial on this? What Tomcat version must be used?
views:
373answers:
1
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
2009-07-27 16:22:01