Deploy to App Engine Standard(App Engine Standard에 배포)를 선택합니다.
대화상자가 나타납니다.
배포에 사용할 계정을 선택하거나 새 계정을 추가합니다.
계정이 액세스할 수 있는 프로젝트 목록이 로드됩니다. 배포하려는 항목을 선택합니다.
OK(확인)를 클릭합니다.
App Engine에 프로젝트를 배포하는 백그라운드 작업이 시작됩니다. 작업 출력은 Eclipse Console 뷰에서 볼 수 있습니다.
기본적으로 App Engine은 이전 버전의 애플리케이션을 중지하고, 모든 트래픽을 수신하도록 새 코드를 즉시 승급시킵니다. 나중에 gcloud 또는 Google Cloud Console을 사용하여 새 코드를 수동으로 승격시키려면 모든 트래픽을 수신하도록 배포된 버전 승격을 선택 해제합니다. 이전 버전을 중지하지 않으려면 이전 버전 중지를 선택 해제합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-24(UTC)"],[[["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."]]],[]]