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,然后,我如何配置码头以通过 URL 进入我的应用程序,http://localhost:PORT/而不是http://localhost:PORT/AAA/ 在使用 Tomcat 时看到答案,但我对码头很感兴趣。
http://localhost:PORT/
http://localhost:PORT/AAA/
您可以在此处或此处记录的插件配置中设置<contextPath>为(基于使用的插件版本。/
<contextPath>
/
<contextPath>/</contextPath>