GAE 上传 Quercus 时出错树脂.jar
我正在用 PHP 为 GAE 编写一个测试应用程序,我在网上阅读的文档说我必须下载 Resin 4.0 并提取resin.jar 并将其放入我的 lib 文件夹中(http://wiki.caucho.com/Quercus_Google_App_Engine) 。嗯,GAE 不让我上传到他们的服务器。
Unable to update app: Found a jar file too large to upload: "C:\projects\GAEtest\Temp\appcfg4969388681839327297.tmp\WEB-INF\lib\resin.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\lib\resin.jar". Consider using --enable_jar_splitting.
顺便说一句,我对 GAE 很陌生,还没有找到关于这方面的真正好的/直接的教程...任何信息都会很棒!
谢谢!
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\lib\resin.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\lib\resin.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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用建议的
–enable_jar_splitting
选项应该可以解决问题:查看 此文档介绍如何在 Google App Engine 中开始使用 Quercus。
Using the suggested
–enable_jar_splitting
option should fix the problem:Have a look to this documentation on how getting started with Quercus in Google App Engine.