실행 및 디버그 구성을 만들 때 사용 가능한 구성 옵션에 대한 자세한 내용은 Eclipse Jetty 문서를 참조하세요.
Jetty를 사용하여 프로젝트 시작
실행 구성을 만든 후 Run(실행) > Run As(다음으로 실행) > Run with Jetty(Jetty를 사용하여 실행)를 선택하여 Jetty 서버에서 프로젝트를 시작할 수 있습니다.
프로젝트는 http://localhost:8080/ 또는 실행 구성에 지정된 포트에서 사용할 수 있습니다.
Run(실행) > Debug As(다음으로 디버그) > Run with Jetty(Jetty를 사용하여 실행)를 선택하여 프로젝트를 디버깅할 수 있습니다.
[[["이해하기 쉬움","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-04-03(UTC)"],[[["Cloud Tools for Eclipse is only compatible with App Engine Java 8, which will no longer be supported after January 31, 2024, and users will not be able to deploy or update existing Java 8 applications after the support date."],["This guide provides instructions on how to run and debug an App Engine flexible project locally using a Jetty server."],["You must first install the Eclipse Jetty Integration from the Eclipse marketplace before setting up your project to run and debug with Jetty."],["You can launch your project on the Jetty server by selecting \"Run As\" \u003e \"Run with Jetty\" and access it via `http://localhost:8080/` or the port you defined in the run configuration."],["Once you have tested your application on the Jetty server, it can be deployed to the App Engine flexible environment."]]],[]]