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に非常に慣れていないため、これに関する本当に優れた/簡単なチュートリアルを見つけていません...どんな情報でも素晴らしいでしょう!!
ありがとう!