GAE 上传 Quercus 时出错树脂.jar

发布于 2024-10-13 02:33:57 字数 661 浏览 7 评论 0原文

我正在用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难得心□动 2024-10-20 02:33:57

使用建议的 –enable_jar_splitting 选项应该可以解决问题:

..\appengine-java-sdk\bin\appcfg.cmd –enable_jar_splitting update war

查看 文档介绍如何在 Google App Engine 中开始使用 Quercus。

Using the suggested –enable_jar_splitting option should fix the problem:

..\appengine-java-sdk\bin\appcfg.cmd –enable_jar_splitting update war

Have a look to this documentation on how getting started with Quercus in Google App Engine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文