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.
Maven を使用してアプリケーションをビルドし、jetty プラグインを使用して実行します。 アプリケーションの名前を AAA にします。次に、 Tomcat を使用しているときに回答を見たhttp://localhost:PORT/のではなく、URL でアプリケーションに入力するように jetty を構成するにはどうすればよいですか。http://localhost:PORT/AAA/
http://localhost:PORT/
http://localhost:PORT/AAA/
ここまたはここ<contextPath>に記載されているよう/に、プラグイン構成で設定できます(使用されているプラグインのバージョンに基づきます)。
<contextPath>
/
<contextPath>/</contextPath>