[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["This guide explains how to deploy a project to the App Engine standard environment using Cloud Tools for Eclipse, but it's important to note that compatibility is limited to the App Engine Java 8 runtime, which will reach end of support on January 31, 2024, requiring a migration to a newer Java version after that."],["Before deploying, you'll need a Google Cloud project with an App Engine application, and you must sign in to your Google account via the `gcloud auth application-default login` command, allowing necessary permissions through your system browser."],["Ensure your project contains the `appengine-web.xml` file within the `WEB-INF` folder and has the \"App Engine Project\" facet, which can be added manually through the Eclipse project configuration if it was not created via the wizard."],["Deploying involves right-clicking your project in Eclipse, selecting \"Deploy to App Engine Standard,\" choosing your account and project, then configuring traffic settings, and finally, a background job will deploy the project."],["You can customize the deployment behavior by unchecking options to automatically promote the new version or stop the previous version, allowing manual traffic management through `gcloud` or the Google Cloud console."]]],[]]