Hi Alberto

If possible, then remove  all your classes from war/WEB-INF/classes (or
wherever in war they are) and put them in a single jar, add this jar to
your war/WEB-INF/lib and include it in the build-path. Then deploy your
application from command line with appcfg using option
"--enable_jar_splitting".
This will split your jar into smaller jars and deploy your application
without complaining about number of files.

--Abhishek

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to