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