weird.  this is the actual error:

> Caused by: java.lang.NoClassDefFoundError
>        at
> com.google.appengine.api.memcache.MemcacheServiceFactory.getMemcacheService(MemcacheServiceFactory.java:
> 25)

getMemcacheService is trying to do a new MemcacheServiceImpl.
MemcacheServiceImpl is in the same jar as MemcacheServiceFactory.

maybe your WEB-INF/lib/appengine-api-1.0-sdk-1.3.1.jar got truncated?

what version tomcat?
what version java?

if you do "ant clean" then "ant playground" then copy ant-war to
tomcat's webapps, does it still fail?

Reply via email to