Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトでは、Intellij jetty launcher は作業ディレクトリを jetty インストール ディレクトリとして設定します。コードで相対パスを使用しているため、プロジェクトのベース ディレクトリにする必要があります。
Maven ゴールを作成するjetty:runと、作業ディレクトリはその Maven モジュールのディレクトリになります。
jetty:run