I'm writing a test app for GAE with PHP, the docs I read online said I had to download Resin 4.0 and extract the resin.jar and put it in my lib folder(http://wiki.caucho.com/Quercus_Google_App_Engine). Well, GAE wont let me upload it to their servers.
Unable to update app: Found a jar file too large to upload: "C:\projects\GAEtest\Temp\appcfg4969388681839327297.tmp\WEB-INF\libesin.jar". Consider using --enable_jar_splitting.
See the deployment console for more details
Unable to update app: Found a jar file too large to upload: "C:\projects\GAEtest\Temp\appcfg4969388681839327297.tmp\WEB-INF\libesin.jar". Consider using --enable_jar_splitting.
BTW, I'm very new to GAE and haven't found really good/straight forward tutorials on this... any info would be great!!
Thanks!