是否可以在每次部署时部署具有不同名称但配置静态上下文路径的 .war 文件?
我通读了这些文档: http: //www.eclipse.org/jetty/documentation/current/configuring-contexts.html但不确定这将放在哪个码头xml配置中:
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/test</Set>
</Configure>