标签: maven jetty
我使用maven构建应用程序并使用jetty插件运行它。让应用程序的名称为AAA,然后,如何配置jetty以通过URL http://localhost:PORT/而不是http://localhost:PORT/AAA/输入我的应用程序 我在使用Tomcat时看到了答案,但我在码头里有兴趣。
http://localhost:PORT/
http://localhost:PORT/AAA/
答案 0 :(得分:1)
您可以在插件配置中将<contextPath>设置为/,如文档here或here(基于所使用插件的版本。
<contextPath>
/
<contextPath>/</contextPath>